#CADBC7

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

Shades of Surf Crest #CADBC7

Tints of Surf Crest #CADBC7

Color information

#CADBC7 (or 0xCADBC7) is unknown color: approx Surf Crest. HEX triplet: CA, DB and C7. RGB value is (202,219,199). Sum of RGB (Red+Green+Blue) = 202+219+199=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBC7 is #352438. Grayscale: #D3D3D3. Windows color (decimal): -3482681 or 13097930. OLE color: 13097930.

HSL color Cylindrical-coordinate representation of color #CADBC7: hue angle of 111º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADBC7 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB202219199-
CMYK0.0800.090.14
HSL111º21.74%81.96%-
HSV(B)111º9.13%85.88%-
XYZ6067.3463.87-
YUV211.64120.87121.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 199 (78.12% from 255) = 32.10%
R=32.58%
G=35.32%
B=32.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191990.0800.090.1411121.7481.96
HexCADBC7809E6f1652
Octal312333307100111615726122
Binary11001010110110111100011110000100111101101111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBC7; }

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

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

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

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

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

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

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

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