#CADEB0

Color #CADEB0 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #CADEB0

Tints of Pixie Green #CADEB0

Color information

#CADEB0 (or 0xCADEB0) is unknown color: approx Pixie Green. HEX triplet: CA, DE and B0. RGB value is (202,222,176). Sum of RGB (Red+Green+Blue) = 202+222+176=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADEB0 is #35214F. Grayscale: #D2D2D2. Windows color (decimal): -3481936 or 11591370. OLE color: 11591370.

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

Color convert

RGB202222176-
CMYK0.0900.210.13
HSL86.09º41.07%78.04%-
HSV(B)86.09º20.72%87.06%-
XYZ58.3167.9351.11-
YUV210.78108.37121.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=33.67%
G=37%
B=29.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221760.0900.210.1386.0941.0778.04
HexCADEB09015D56294e
Octal312336260110251512651116
Binary1100101011011110101100001001010101110110101101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEB0; }

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

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

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

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

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

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

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

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