Html Css Color HEX #D0DDA6 Reef

📋 copy color: '#D0DDA6'

red 208 ◦ green 221 ◦ blue 166

#D0DDA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D0DDA6

Tints of Reef #D0DDA6

RGB

 RED value IS 208 (81.64% from 255) = 34.96%

 GREEN value IS 221 (86.72% from 255) = 37.14%

 BLUE value IS 166 (65.23% from 255) = 27.9%

R = 34.96%
G = 37.14%
B = 27.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#D0DDA6 (or 0xD0DDA6) is known color: Reef. HEX triplet: D0, DD and A6. RGB value is (208,221,166). Sum of RGB (Red+Green+Blue) = 208+221+166=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DDA6 is #2F2259. Grayscale: #D3D3D3. Windows color (decimal): -3088986 or 10935760. OLE color: 10935760.

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

Color convert

RGB 208 221 166 -
CMYK 0.06 0 0.25 0.13
HSL 74.18º 0.45% 0.76% -
HSV(B) 74.18º 0.25% 0.87% -
XYZ 58.75 67.88 46.08 -
YUV 210.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 208 221 166 0.06 0 0.25 0.13 74.18 0.45 0.76
Hex D0 DD A6 6 0 19 D 4A 2D 4C
Octal 320 335 246 6 0 31 15 112 55 114
Binary 11010000 11011101 10100110 110 0 11001 1101 1001010 101101 1001100

Color Harmonies of #D0DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDA6

Black with #D0DDA6

Text Example


Text Example

White with #D0DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDA6; }

 p { color: rgb(208,221,166); }

 H1.HeaderClassName
 {
   color: #D0DDA6;
 }
 .AnyTagClassName
 {
   color: #D0DDA6;
 }
</style>

background-color css

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

 a { background-color: rgb(208,221,166); }

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

border-color css

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

 span { border-color: rgb(208,221,166); }

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