Html Css Color HEX #D0EEB1 Reef

📋 copy color: '#D0EEB1'

red 208 ◦ green 238 ◦ blue 177

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

Shades of Reef #D0EEB1

Tints of Reef #D0EEB1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.2%

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

R = 33.39%
G = 38.2%
B = 28.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D0EEB1 (or 0xD0EEB1) is known color: Reef. HEX triplet: D0, EE and B1. RGB value is (208,238,177). Sum of RGB (Red+Green+Blue) = 208+238+177=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEB1 is #2F114E. Grayscale: #DEDEDE. Windows color (decimal): -3084623 or 11661008. OLE color: 11661008.

HSL color Cylindrical-coordinate representation of color #D0EEB1: hue angle of 89.51º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0EEB1 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 177 -
CMYK 0.13 0 0.26 0.07
HSL 89.51º 0.64% 0.81% -
HSV(B) 89.51º 0.26% 0.93% -
XYZ 64.52 77.73 53.2 -
YUV 222.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 208 238 177 0.13 0 0.26 0.07 89.51 0.64 0.81
Hex D0 EE B1 D 0 1A 7 5A 40 51
Octal 320 356 261 15 0 32 7 132 100 121
Binary 11010000 11101110 10110001 1101 0 11010 111 1011010 1000000 1010001

Color Harmonies of #D0EEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEB1

Black with #D0EEB1

Text Example


Text Example

White with #D0EEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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