Html Css Color HEX #CAD5CC Edgewater

📋 copy color: '#CAD5CC'

red 202 ◦ green 213 ◦ blue 204

#CAD5CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edgewater #CAD5CC

Tints of Edgewater #CAD5CC

RGB

 RED value IS 202 (79.3% from 255) = 32.63%

 GREEN value IS 213 (83.59% from 255) = 34.41%

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 32.63%
G = 34.41%
B = 32.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAD5CC (or 0xCAD5CC) is known color: Edgewater. HEX triplet: CA, D5 and CC. RGB value is (202,213,204). Sum of RGB (Red+Green+Blue) = 202+213+204=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5CC is #352A33. Grayscale: #D0D0D0. Windows color (decimal): -3484212 or 13424074. OLE color: 13424074.

HSL color Cylindrical-coordinate representation of color #CAD5CC: hue angle of 130.91º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD5CC is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 204 -
CMYK 0.05 0 0.04 0.16
HSL 130.91º 0.12% 0.81% -
HSV(B) 130.91º 0.05% 0.84% -
XYZ 59.05 64.5 66.47 -
YUV 208.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 202 213 204 0.05 0 0.04 0.16 130.91 0.12 0.81
Hex CA D5 CC 5 0 4 10 83 C 51
Octal 312 325 314 5 0 4 20 203 14 121
Binary 11001010 11010101 11001100 101 0 100 10000 10000011 1100 1010001

Color Harmonies of #CAD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD5CC

Black with #CAD5CC

Text Example


Text Example

White with #CAD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD5CC; }

 p { color: rgb(202,213,204); }

 H1.HeaderClassName
 {
   color: #CAD5CC;
 }
 .AnyTagClassName
 {
   color: #CAD5CC;
 }
</style>

background-color css

<style>
 a { background-color: #CAD5CC; }

 a { background-color: rgb(202,213,204); }

 div.DivClassName
 {
   background-color: #CAD5CC;
 }
 .BgClassName
 {
   background-color: #CAD5CC;
 }
</style>

border-color css

<style>
 span { border-color: #CAD5CC; }

 span { border-color: rgb(202,213,204); }

 td.TdClassName
 {
   border-color: #CAD5CC;
 }
 .TagClassName
 {
   border-color: #CAD5CC;
 }
</style>