#CADAC0

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

Shades of Surf Crest #CADAC0

Tints of Surf Crest #CADAC0

Color information

#CADAC0 (or 0xCADAC0) is unknown color: approx Surf Crest. HEX triplet: CA, DA and C0. RGB value is (202,218,192). Sum of RGB (Red+Green+Blue) = 202+218+192=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAC0 is #35253F. Grayscale: #D2D2D2. Windows color (decimal): -3482944 or 12638922. OLE color: 12638922.

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

Color convert

RGB202218192-
CMYK0.0700.120.15
HSL96.92º26%80.39%-
HSV(B)96.92º11.93%85.49%-
XYZ58.9466.5159.6-
YUV210.25117.7122.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=33.01%
G=35.62%
B=31.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181920.0700.120.1596.922680.39
HexCADAC070CF611a50
Octal31233230070141714132120
Binary1100101011011010110000001110110011111100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAC0; }

 p { color: rgb(202,218,192); }

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

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

 a { background-color: rgb(202,218,192); }

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

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

 span { border-color: rgb(202,218,192); }

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