#D2E1B3

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

Shades of Reef #D2E1B3

Tints of Reef #D2E1B3

Color information

#D2E1B3 (or 0xD2E1B3) is unknown color: approx Reef. HEX triplet: D2, E1 and B3. RGB value is (210,225,179). Sum of RGB (Red+Green+Blue) = 210+225+179=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 179 (70.31% from 255 or 29.15% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1B3 is #2D1E4C. Grayscale: #D7D7D7. Windows color (decimal): -2956877 or 11788754. OLE color: 11788754.

HSL color Cylindrical-coordinate representation of color #D2E1B3: hue angle of 79.57º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2E1B3 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB210225179-
CMYK0.0700.200.12
HSL79.57º43.4%79.22%-
HSV(B)79.57º20.44%88.24%-
XYZ61.6470.8153.07-
YUV215.27107.53124.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 179 (70.31% from 255) = 29.15%
R=34.20%
G=36.64%
B=29.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102251790.0700.200.1279.5743.479.22
HexD2E1B37014C502b4f
Octal32234126370241412053117
Binary110100101110000110110011111010100110010100001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E1B3; }

 p { color: rgb(210,225,179); }

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

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

 a { background-color: rgb(210,225,179); }

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

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

 span { border-color: rgb(210,225,179); }

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