#CADBC3

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

Shades of Surf Crest #CADBC3

Tints of Surf Crest #CADBC3

Color information

#CADBC3 (or 0xCADBC3) is unknown color: approx Surf Crest. HEX triplet: CA, DB and C3. RGB value is (202,219,195). Sum of RGB (Red+Green+Blue) = 202+219+195=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBC3 is #35243C. Grayscale: #D3D3D3. Windows color (decimal): -3482685 or 12835786. OLE color: 12835786.

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

Color convert

RGB202219195-
CMYK0.0800.110.14
HSL102.5º25%81.18%-
HSV(B)102.5º10.96%85.88%-
XYZ59.5467.1661.45-
YUV211.18118.87121.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=32.79%
G=35.55%
B=31.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191950.0800.110.14102.52581.18
HexCADBC380BE661951
Octal312333303100131614631121
Binary11001010110110111100001110000101111101100110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBC3; }

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

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

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

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

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

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

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

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