#DEF2B3

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

Shades of Reef #DEF2B3

Tints of Reef #DEF2B3

Color information

#DEF2B3 (or 0xDEF2B3) is unknown color: approx Reef. HEX triplet: DE, F2 and B3. RGB value is (222,242,179). Sum of RGB (Red+Green+Blue) = 222+242+179=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 179 (70.31% from 255 or 27.84% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2B3 is #210D4C. Grayscale: #E5E5E5. Windows color (decimal): -2166093 or 11793118. OLE color: 11793118.

HSL color Cylindrical-coordinate representation of color #DEF2B3: hue angle of 79.05º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEF2B3 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB222242179-
CMYK0.0800.260.05
HSL79.05º70.79%82.55%-
HSV(B)79.05º26.03%94.9%-
XYZ70.0182.2954.84-
YUV228.8499.87123.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 179 (70.31% from 255) = 27.84%
R=34.53%
G=37.64%
B=27.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421790.0800.260.0579.0570.7982.55
HexDEF2B3801A54f4753
Octal336362263100325117107123
Binary1101111011110010101100111000011010101100111110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2B3; }

 p { color: rgb(222,242,179); }

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

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

 a { background-color: rgb(222,242,179); }

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

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

 span { border-color: rgb(222,242,179); }

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