Html Css Color HEX #CADDCC Edgewater

📋 copy color: '#CADDCC'

red 202 ◦ green 221 ◦ blue 204

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

Shades of Edgewater #CADDCC

Tints of Edgewater #CADDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.25%

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

R = 32.22%
G = 35.25%
B = 32.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#CADDCC (or 0xCADDCC) is known color: Edgewater. HEX triplet: CA, DD and CC. RGB value is (202,221,204). Sum of RGB (Red+Green+Blue) = 202+221+204=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCC is #352233. Grayscale: #D5D5D5. Windows color (decimal): -3482164 or 13426122. OLE color: 13426122.

HSL color Cylindrical-coordinate representation of color #CADDCC: hue angle of 126.32º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDCC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 204 -
CMYK 0.09 0 0.08 0.13
HSL 126.32º 0.22% 0.83% -
HSV(B) 126.32º 0.09% 0.87% -
XYZ 61.11 68.63 67.15 -
YUV 213.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 202 221 204 0.09 0 0.08 0.13 126.32 0.22 0.83
Hex CA DD CC 9 0 8 D 7E 16 53
Octal 312 335 314 11 0 10 15 176 26 123
Binary 11001010 11011101 11001100 1001 0 1000 1101 1111110 10110 1010011

Color Harmonies of #CADDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDCC

Black with #CADDCC

Text Example


Text Example

White with #CADDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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