#DEFCB2

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

Shades of Reef #DEFCB2

Tints of Reef #DEFCB2

Color information

#DEFCB2 (or 0xDEFCB2) is unknown color: approx Reef. HEX triplet: DE, FC and B2. RGB value is (222,252,178). Sum of RGB (Red+Green+Blue) = 222+252+178=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCB2 is #21034D. Grayscale: #EAEAEA. Windows color (decimal): -2163534 or 11730142. OLE color: 11730142.

HSL color Cylindrical-coordinate representation of color #DEFCB2: hue angle of 84.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEFCB2 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB222252178-
CMYK0.1200.290.01
HSL84.32º92.5%84.31%-
HSV(B)84.32º29.37%98.82%-
XYZ72.9788.3655.33-
YUV234.5996.06119.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 178 (69.92% from 255) = 27.30%
R=34.05%
G=38.65%
B=27.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521780.1200.290.0184.3292.584.31
HexDEFCB2C01D1545c54
Octal336374262140351124134124
Binary11011110111111001011001011000111011101010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCB2; }

 p { color: rgb(222,252,178); }

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

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

 a { background-color: rgb(222,252,178); }

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

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

 span { border-color: rgb(222,252,178); }

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