#CAD9C6

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

Shades of Surf Crest #CAD9C6

Tints of Surf Crest #CAD9C6

Color information

#CAD9C6 (or 0xCAD9C6) is unknown color: approx Surf Crest. HEX triplet: CA, D9 and C6. RGB value is (202,217,198). Sum of RGB (Red+Green+Blue) = 202+217+198=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9C6 is #352639. Grayscale: #D2D2D2. Windows color (decimal): -3483194 or 13031882. OLE color: 13031882.

HSL color Cylindrical-coordinate representation of color #CAD9C6: hue angle of 107.37º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD9C6 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB202217198-
CMYK0.0700.090.15
HSL107.37º20%81.37%-
HSV(B)107.37º8.76%85.1%-
XYZ59.3666.2663.09-
YUV210.35121.03122.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=32.74%
G=35.17%
B=32.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171980.0700.090.15107.372081.37
HexCAD9C6709F6b1451
Octal31233130670111715324121
Binary1100101011011001110001101110100111111101011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9C6; }

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

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

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

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

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

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

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

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