Html Css Color HEX #CADCCC Edgewater

📋 copy color: '#CADCCC'

red 202 ◦ green 220 ◦ blue 204

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

Shades of Edgewater #CADCCC

Tints of Edgewater #CADCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

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

R = 32.27%
G = 35.14%
B = 32.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#CADCCC (or 0xCADCCC) is known color: Edgewater. HEX triplet: CA, DC and CC. RGB value is (202,220,204). Sum of RGB (Red+Green+Blue) = 202+220+204=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCCC is #352333. Grayscale: #D4D4D4. Windows color (decimal): -3482420 or 13425866. OLE color: 13425866.

HSL color Cylindrical-coordinate representation of color #CADCCC: hue angle of 126.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADCCC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 220 204 -
CMYK 0.08 0 0.07 0.14
HSL 126.67º 0.2% 0.83% -
HSV(B) 126.67º 0.08% 0.86% -
XYZ 60.85 68.1 67.06 -
YUV 212.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 202 220 204 0.08 0 0.07 0.14 126.67 0.2 0.83
Hex CA DC CC 8 0 7 E 7F 14 53
Octal 312 334 314 10 0 7 16 177 24 123
Binary 11001010 11011100 11001100 1000 0 111 1110 1111111 10100 1010011

Color Harmonies of #CADCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADCCC

Black with #CADCCC

Text Example


Text Example

White with #CADCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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