#CADCBE

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

Shades of Surf Crest #CADCBE

Tints of Surf Crest #CADCBE

Color information

#CADCBE (or 0xCADCBE) is unknown color: approx Surf Crest. HEX triplet: CA, DC and BE. RGB value is (202,220,190). Sum of RGB (Red+Green+Blue) = 202+220+190=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCBE is #352341. Grayscale: #D3D3D3. Windows color (decimal): -3482434 or 12508362. OLE color: 12508362.

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

Color convert

RGB202220190-
CMYK0.0800.140.14
HSL96º30%80.39%-
HSV(B)96º13.64%86.27%-
XYZ59.2467.4658.61-
YUV211.2116.04121.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=33.01%
G=35.95%
B=31.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201900.0800.140.14963080.39
HexCADCBE80EE601e50
Octal312334276100161614036120
Binary11001010110111001011111010000111011101100000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCBE; }

 p { color: rgb(202,220,190); }

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

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

 a { background-color: rgb(202,220,190); }

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

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

 span { border-color: rgb(202,220,190); }

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