#CAD5C8

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

Shades of Surf Crest #CAD5C8

Tints of Surf Crest #CAD5C8

Color information

#CAD5C8 (or 0xCAD5C8) is unknown color: approx Surf Crest. HEX triplet: CA, D5 and C8. RGB value is (202,213,200). Sum of RGB (Red+Green+Blue) = 202+213+200=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5C8 is #352A37. Grayscale: #D0D0D0. Windows color (decimal): -3484216 or 13161930. OLE color: 13161930.

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

Color convert

RGB202213200-
CMYK0.0500.060.16
HSL110.77º13.4%80.98%-
HSV(B)110.77º6.1%83.53%-
XYZ58.5864.3263.97-
YUV208.23123.36123.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 213 (83.59% from 255) = 34.63%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=32.85%
G=34.63%
B=32.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022132000.0500.060.16110.7713.480.98
HexCAD5C8506106fd51
Octal3123253105062015715121
Binary110010101101010111001000101011010000110111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5C8; }

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

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

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

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

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

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

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

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