#CAD8C5

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

Shades of Surf Crest #CAD8C5

Tints of Surf Crest #CAD8C5

Color information

#CAD8C5 (or 0xCAD8C5) is unknown color: approx Surf Crest. HEX triplet: CA, D8 and C5. RGB value is (202,216,197). Sum of RGB (Red+Green+Blue) = 202+216+197=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8C5 is #35273A. Grayscale: #D1D1D1. Windows color (decimal): -3483451 or 12966090. OLE color: 12966090.

HSL color Cylindrical-coordinate representation of color #CAD8C5: hue angle of 104.21º 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 #CAD8C5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB202216197-
CMYK0.0600.090.15
HSL104.21º19.59%80.98%-
HSV(B)104.21º8.8%84.71%-
XYZ58.9965.762.4-
YUV209.65120.86122.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=32.85%
G=35.12%
B=32.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161970.0600.090.15104.2119.5980.98
HexCAD8C5609F681451
Octal31233030560111715024121
Binary1100101011011000110001011100100111111101000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8C5; }

 p { color: rgb(202,216,197); }

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

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

 a { background-color: rgb(202,216,197); }

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

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

 span { border-color: rgb(202,216,197); }

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