#CADBC5

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

Shades of Surf Crest #CADBC5

Tints of Surf Crest #CADBC5

Color information

#CADBC5 (or 0xCADBC5) is unknown color: approx Surf Crest. HEX triplet: CA, DB and C5. RGB value is (202,219,197). Sum of RGB (Red+Green+Blue) = 202+219+197=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBC5 is #35243A. Grayscale: #D3D3D3. Windows color (decimal): -3482683 or 12966858. OLE color: 12966858.

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

Color convert

RGB202219197-
CMYK0.0800.100.14
HSL106.36º23.4%81.57%-
HSV(B)106.36º10.05%85.88%-
XYZ59.7767.2562.65-
YUV211.41119.87121.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 197 (77.34% from 255) = 31.88%
R=32.69%
G=35.44%
B=31.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191970.0800.100.14106.3623.481.57
HexCADBC580AE6a1752
Octal312333305100121615227122
Binary11001010110110111100010110000101011101101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBC5; }

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

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

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

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

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

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

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

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