#CAD6C6

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

Shades of Surf Crest #CAD6C6

Tints of Surf Crest #CAD6C6

Color information

#CAD6C6 (or 0xCAD6C6) is unknown color: approx Surf Crest. HEX triplet: CA, D6 and C6. RGB value is (202,214,198). Sum of RGB (Red+Green+Blue) = 202+214+198=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6C6 is #352939. Grayscale: #D0D0D0. Windows color (decimal): -3483962 or 13031114. OLE color: 13031114.

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

Color convert

RGB202214198-
CMYK0.0600.070.16
HSL105º16.33%80.78%-
HSV(B)105º7.48%83.92%-
XYZ58.664.7362.83-
YUV208.59122.02123.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=32.90%
G=34.85%
B=32.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141980.0600.070.1610516.3380.78
HexCAD6C660710691051
Octal3123263066072015120121
Binary1100101011010110110001101100111100001101001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6C6; }

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

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

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

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

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

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

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

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