#CAD5C6

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

Shades of Surf Crest #CAD5C6

Tints of Surf Crest #CAD5C6

Color information

#CAD5C6 (or 0xCAD5C6) is unknown color: approx Surf Crest. HEX triplet: CA, D5 and C6. RGB value is (202,213,198). Sum of RGB (Red+Green+Blue) = 202+213+198=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5C6 is #352A39. Grayscale: #D0D0D0. Windows color (decimal): -3484218 or 13030858. OLE color: 13030858.

HSL color Cylindrical-coordinate representation of color #CAD5C6: hue angle of 104º degrees, saturation: 0.15, 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 #CAD5C6 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB202213198-
CMYK0.0500.070.16
HSL104º15.15%80.59%-
HSV(B)104º7.04%83.53%-
XYZ58.3464.2262.75-
YUV208122.36123.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=32.95%
G=34.75%
B=32.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131980.0500.070.1610415.1580.59
HexCAD5C65071068f51
Octal3123253065072015017121
Binary110010101101010111000110101011110000110100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5C6; }

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

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

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

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

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

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

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

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