#CADEBF

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

Shades of Surf Crest #CADEBF

Tints of Surf Crest #CADEBF

Color information

#CADEBF (or 0xCADEBF) is unknown color: approx Surf Crest. HEX triplet: CA, DE and BF. RGB value is (202,222,191). Sum of RGB (Red+Green+Blue) = 202+222+191=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEBF is #352140. Grayscale: #D4D4D4. Windows color (decimal): -3481921 or 12574410. OLE color: 12574410.

HSL color Cylindrical-coordinate representation of color #CADEBF: hue angle of 98.71º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADEBF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB202222191-
CMYK0.0900.140.13
HSL98.71º31.96%80.98%-
HSV(B)98.71º13.96%87.06%-
XYZ59.8868.5659.37-
YUV212.49115.87120.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 191 (75% from 255) = 31.06%
R=32.85%
G=36.10%
B=31.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221910.0900.140.1398.7131.9680.98
HexCADEBF90ED632051
Octal312336277110161514340121
Binary110010101101111010111111100101110110111000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEBF; }

 p { color: rgb(202,222,191); }

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

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

 a { background-color: rgb(202,222,191); }

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

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

 span { border-color: rgb(202,222,191); }

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