#CAD5C7

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

Shades of Surf Crest #CAD5C7

Tints of Surf Crest #CAD5C7

Color information

#CAD5C7 (or 0xCAD5C7) is unknown color: approx Surf Crest. HEX triplet: CA, D5 and C7. RGB value is (202,213,199). Sum of RGB (Red+Green+Blue) = 202+213+199=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5C7 is #352A38. Grayscale: #D0D0D0. Windows color (decimal): -3484217 or 13096394. OLE color: 13096394.

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

Color convert

RGB202213199-
CMYK0.0500.070.16
HSL107.14º14.29%80.78%-
HSV(B)107.14º6.57%83.53%-
XYZ58.4664.2763.36-
YUV208.11122.86123.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 199 (78.12% from 255) = 32.41%
R=32.90%
G=34.69%
B=32.41%

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
Decimal2022131990.0500.070.16107.1414.2980.78
HexCAD5C7507106be51
Octal3123253075072015316121
Binary110010101101010111000111101011110000110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5C7; }

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

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

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

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

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

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

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

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