Html Css Color HEX #D0E3B1 Reef

📋 copy color: '#D0E3B1'

red 208 ◦ green 227 ◦ blue 177

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

Shades of Reef #D0E3B1

Tints of Reef #D0E3B1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.09%

 BLUE value IS 177 (69.53% from 255) = 28.92%

R = 33.99%
G = 37.09%
B = 28.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#D0E3B1 (or 0xD0E3B1) is known color: Reef. HEX triplet: D0, E3 and B1. RGB value is (208,227,177). Sum of RGB (Red+Green+Blue) = 208+227+177=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E3B1 is #2F1C4E. Grayscale: #D7D7D7. Windows color (decimal): -3087439 or 11658192. OLE color: 11658192.

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

Color convert

RGB 208 227 177 -
CMYK 0.08 0 0.22 0.11
HSL 82.8º 0.47% 0.79% -
HSV(B) 82.8º 0.22% 0.89% -
XYZ 61.42 71.52 52.16 -
YUV 215.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 208 227 177 0.08 0 0.22 0.11 82.8 0.47 0.79
Hex D0 E3 B1 8 0 16 B 53 2F 4F
Octal 320 343 261 10 0 26 13 123 57 117
Binary 11010000 11100011 10110001 1000 0 10110 1011 1010011 101111 1001111

Color Harmonies of #D0E3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E3B1

Black with #D0E3B1

Text Example


Text Example

White with #D0E3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E3B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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