#D0DFA3

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

Shades of Reef #D0DFA3

Tints of Reef #D0DFA3

Color information

#D0DFA3 (or 0xD0DFA3) is unknown color: approx Reef. HEX triplet: D0, DF and A3. RGB value is (208,223,163). Sum of RGB (Red+Green+Blue) = 208+223+163=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFA3 is #2F205C. Grayscale: #D3D3D3. Windows color (decimal): -3088477 or 10739664. OLE color: 10739664.

HSL color Cylindrical-coordinate representation of color #D0DFA3: hue angle of 75º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0DFA3 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB208223163-
CMYK0.0700.270.13
HSL75º48.39%75.69%-
HSV(B)75º26.91%87.45%-
XYZ59.0168.8344.83-
YUV211.68100.53125.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 163 (64.06% from 255) = 27.44%
R=35.02%
G=37.54%
B=27.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231630.0700.270.137548.3975.69
HexD0DFA3701BD4b304c
Octal32033724370331511360114
Binary110100001101111110100011111011011110110010111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFA3; }

 p { color: rgb(208,223,163); }

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

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

 a { background-color: rgb(208,223,163); }

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

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

 span { border-color: rgb(208,223,163); }

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