Html Css Color HEX #D0EBB1 Reef

📋 copy color: '#D0EBB1'

red 208 ◦ green 235 ◦ blue 177

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

Shades of Reef #D0EBB1

Tints of Reef #D0EBB1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.9%

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

R = 33.55%
G = 37.9%
B = 28.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#D0EBB1 (or 0xD0EBB1) is known color: Reef. HEX triplet: D0, EB and B1. RGB value is (208,235,177). Sum of RGB (Red+Green+Blue) = 208+235+177=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EBB1 is #2F144E. Grayscale: #DCDCDC. Windows color (decimal): -3085391 or 11660240. OLE color: 11660240.

HSL color Cylindrical-coordinate representation of color #D0EBB1: hue angle of 87.93º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0EBB1 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 235 177 -
CMYK 0.11 0 0.25 0.08
HSL 87.93º 0.59% 0.81% -
HSV(B) 87.93º 0.25% 0.92% -
XYZ 63.66 76 52.91 -
YUV 220.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 208 235 177 0.11 0 0.25 0.08 87.93 0.59 0.81
Hex D0 EB B1 B 0 19 8 58 3B 51
Octal 320 353 261 13 0 31 10 130 73 121
Binary 11010000 11101011 10110001 1011 0 11001 1000 1011000 111011 1010001

Color Harmonies of #D0EBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBB1

Black with #D0EBB1

Text Example


Text Example

White with #D0EBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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