#D0E3B3

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

Shades of Reef #D0E3B3

Tints of Reef #D0E3B3

Color information

#D0E3B3 (or 0xD0E3B3) is unknown color: approx Reef. HEX triplet: D0, E3 and B3. RGB value is (208,227,179). Sum of RGB (Red+Green+Blue) = 208+227+179=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 179 (70.31% from 255 or 29.15% from 614); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3B3 is #2F1C4C. Grayscale: #D8D8D8. Windows color (decimal): -3087437 or 11789264. OLE color: 11789264.

HSL color Cylindrical-coordinate representation of color #D0E3B3: hue angle of 83.75º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0E3B3 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB208227179-
CMYK0.0800.210.11
HSL83.75º46.15%79.61%-
HSV(B)83.75º21.15%89.02%-
XYZ61.6271.653.22-
YUV215.85107.21122.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 227 (89.06% from 255) = 36.97%
BLUE value IS 179 (70.31% from 255) = 29.15%
R=33.88%
G=36.97%
B=29.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082271790.0800.210.1183.7546.1579.61
HexD0E3B38015B542e50
Octal320343263100251312456120
Binary1101000011100011101100111000010101101110101001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E3B3; }

 p { color: rgb(208,227,179); }

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

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

 a { background-color: rgb(208,227,179); }

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

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

 span { border-color: rgb(208,227,179); }

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