Html Css Color HEX #D0DFB0 Reef

📋 copy color: '#D0DFB0'

red 208 ◦ green 223 ◦ blue 176

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

Shades of Reef #D0DFB0

Tints of Reef #D0DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.74%

 BLUE value IS 176 (69.14% from 255) = 29%

R = 34.27%
G = 36.74%
B = 29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D0DFB0 (or 0xD0DFB0) is known color: Reef. HEX triplet: D0, DF and B0. RGB value is (208,223,176). Sum of RGB (Red+Green+Blue) = 208+223+176=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFB0 is #2F204F. Grayscale: #D5D5D5. Windows color (decimal): -3088464 or 11591632. OLE color: 11591632.

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

Color convert

RGB 208 223 176 -
CMYK 0.07 0 0.21 0.13
HSL 79.15º 0.42% 0.78% -
HSV(B) 79.15º 0.21% 0.87% -
XYZ 60.24 69.32 51.28 -
YUV 213.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 208 223 176 0.07 0 0.21 0.13 79.15 0.42 0.78
Hex D0 DF B0 7 0 15 D 4F 2A 4E
Octal 320 337 260 7 0 25 15 117 52 116
Binary 11010000 11011111 10110000 111 0 10101 1101 1001111 101010 1001110

Color Harmonies of #D0DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFB0

Black with #D0DFB0

Text Example


Text Example

White with #D0DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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