#D2EFB2

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

Shades of Reef #D2EFB2

Tints of Reef #D2EFB2

Color information

#D2EFB2 (or 0xD2EFB2) is unknown color: approx Reef. HEX triplet: D2, EF and B2. RGB value is (210,239,178). Sum of RGB (Red+Green+Blue) = 210+239+178=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EFB2 is #2D104D. Grayscale: #DFDFDF. Windows color (decimal): -2953294 or 11726802. OLE color: 11726802.

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

Color convert

RGB210239178-
CMYK0.1200.260.06
HSL88.52º65.59%81.76%-
HSV(B)88.52º25.52%93.73%-
XYZ65.4878.6553.85-
YUV223.37102.39118.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 178 (69.92% from 255) = 28.39%
R=33.49%
G=38.12%
B=28.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102391780.1200.260.0688.5265.5981.76
HexD2EFB2C01A6594252
Octal322357262140326131102122
Binary1101001011101111101100101100011010110101100110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFB2; }

 p { color: rgb(210,239,178); }

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

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

 a { background-color: rgb(210,239,178); }

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

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

 span { border-color: rgb(210,239,178); }

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