#DEF5B3

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

Shades of Reef #DEF5B3

Tints of Reef #DEF5B3

Color information

#DEF5B3 (or 0xDEF5B3) is unknown color: approx Reef. HEX triplet: DE, F5 and B3. RGB value is (222,245,179). Sum of RGB (Red+Green+Blue) = 222+245+179=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 179 (70.31% from 255 or 27.71% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5B3 is #210A4C. Grayscale: #E6E6E6. Windows color (decimal): -2165325 or 11793886. OLE color: 11793886.

HSL color Cylindrical-coordinate representation of color #DEF5B3: hue angle of 80.91º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEF5B3 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB222245179-
CMYK0.0900.270.04
HSL80.91º76.74%83.14%-
HSV(B)80.91º26.94%96.08%-
XYZ70.9184.0955.14-
YUV230.698.88121.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 245 (96.09% from 255) = 37.93%
BLUE value IS 179 (70.31% from 255) = 27.71%
R=34.37%
G=37.93%
B=27.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222451790.0900.270.0480.9176.7483.14
HexDEF5B3901B4514d53
Octal336365263110334121115123
Binary1101111011110101101100111001011011100101000110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5B3; }

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

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

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

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

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

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

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

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