#DEF0B3

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

Shades of Reef #DEF0B3

Tints of Reef #DEF0B3

Color information

#DEF0B3 (or 0xDEF0B3) is unknown color: approx Reef. HEX triplet: DE, F0 and B3. RGB value is (222,240,179). Sum of RGB (Red+Green+Blue) = 222+240+179=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0B3 is #210F4C. Grayscale: #E3E3E3. Windows color (decimal): -2166605 or 11792606. OLE color: 11792606.

HSL color Cylindrical-coordinate representation of color #DEF0B3: hue angle of 77.7º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF0B3 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB222240179-
CMYK0.0800.250.06
HSL77.7º67.03%82.16%-
HSV(B)77.7º25.42%94.12%-
XYZ69.4281.154.64-
YUV227.66100.54123.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 179 (70.31% from 255) = 27.93%
R=34.63%
G=37.44%
B=27.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222401790.0800.250.0677.767.0382.16
HexDEF0B3801964e4352
Octal336360263100316116103122
Binary1101111011110000101100111000011001110100111010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0B3; }

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

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

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

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

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

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

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

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