#CADEC6

Color #CADEC6 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #CADEC6

Tints of Surf Crest #CADEC6

Color information

#CADEC6 (or 0xCADEC6) is unknown color: approx Surf Crest. HEX triplet: CA, DE and C6. RGB value is (202,222,198). Sum of RGB (Red+Green+Blue) = 202+222+198=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEC6 is #352139. Grayscale: #D5D5D5. Windows color (decimal): -3481914 or 13033162. OLE color: 13033162.

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

Color convert

RGB202222198-
CMYK0.0900.110.13
HSL110º26.67%82.35%-
HSV(B)110º10.81%87.06%-
XYZ60.6768.8863.52-
YUV213.28119.37119.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=32.48%
G=35.69%
B=31.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221980.0900.110.1311026.6782.35
HexCADEC690BD6e1b52
Octal312336306110131515633122
Binary11001010110111101100011010010101111011101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEC6; }

 p { color: rgb(202,222,198); }

 H1.HeaderClassName
 {
   color: #CADEC6;
 }
 .AnyTagClassName
 {
   color: #CADEC6;
 }
</style>
background-color css

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

 a { background-color: rgb(202,222,198); }

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

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

 span { border-color: rgb(202,222,198); }

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