#CAD4C6

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

Shades of Surf Crest #CAD4C6

Tints of Surf Crest #CAD4C6

Color information

#CAD4C6 (or 0xCAD4C6) is unknown color: approx Surf Crest. HEX triplet: CA, D4 and C6. RGB value is (202,212,198). Sum of RGB (Red+Green+Blue) = 202+212+198=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4C6 is #352B39. Grayscale: #CFCFCF. Windows color (decimal): -3484474 or 13030602. OLE color: 13030602.

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

Color convert

RGB202212198-
CMYK0.0500.070.17
HSL102.86º14%80.39%-
HSV(B)102.86º6.6%83.14%-
XYZ58.0963.7262.66-
YUV207.41122.69124.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 198 (77.73% from 255) = 32.35%
R=33.01%
G=34.64%
B=32.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121980.0500.070.17102.861480.39
HexCAD4C65071167e50
Octal3123243065072114716120
Binary110010101101010011000110101011110001110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4C6; }

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

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

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

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

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

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

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

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