#DEFCB3

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

Shades of Reef #DEFCB3

Tints of Reef #DEFCB3

Color information

#DEFCB3 (or 0xDEFCB3) is unknown color: approx Reef. HEX triplet: DE, FC and B3. RGB value is (222,252,179). Sum of RGB (Red+Green+Blue) = 222+252+179=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCB3 is #21034C. Grayscale: #EAEAEA. Windows color (decimal): -2163533 or 11795678. OLE color: 11795678.

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

Color convert

RGB222252179-
CMYK0.1200.290.01
HSL84.66º92.41%84.51%-
HSV(B)84.66º28.97%98.82%-
XYZ73.0788.4155.86-
YUV234.7196.56118.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 179 (70.31% from 255) = 27.41%
R=34.00%
G=38.59%
B=27.41%

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
Decimal2222521790.1200.290.0184.6692.4184.51
HexDEFCB3C01D1555c55
Octal336374263140351125134125
Binary11011110111111001011001111000111011101010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCB3; }

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

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

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

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

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

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

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

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