#CAD9C7

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

Shades of Surf Crest #CAD9C7

Tints of Surf Crest #CAD9C7

Color information

#CAD9C7 (or 0xCAD9C7) is unknown color: approx Surf Crest. HEX triplet: CA, D9 and C7. RGB value is (202,217,199). Sum of RGB (Red+Green+Blue) = 202+217+199=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9C7 is #352638. Grayscale: #D2D2D2. Windows color (decimal): -3483193 or 13097418. OLE color: 13097418.

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

Color convert

RGB202217199-
CMYK0.0700.080.15
HSL110º19.15%81.57%-
HSV(B)110º8.29%85.1%-
XYZ59.4866.3163.7-
YUV210.46121.53121.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 217 (85.16% from 255) = 35.11%
BLUE value IS 199 (78.12% from 255) = 32.20%
R=32.69%
G=35.11%
B=32.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171990.0700.080.1511019.1581.57
HexCAD9C7708F6e1352
Octal31233130770101715623122
Binary1100101011011001110001111110100011111101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9C7; }

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

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

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

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

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

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

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

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