Html Css Color HEX #D7EEB0 Reef

📋 copy color: '#D7EEB0'

red 215 ◦ green 238 ◦ blue 176

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

Shades of Reef #D7EEB0

Tints of Reef #D7EEB0

RGB

 RED value IS 215 (84.38% from 255) = 34.18%

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

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

R = 34.18%
G = 37.84%
B = 27.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D7EEB0 (or 0xD7EEB0) is known color: Reef. HEX triplet: D7, EE and B0. RGB value is (215,238,176). Sum of RGB (Red+Green+Blue) = 215+238+176=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #D7EEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EEB0 is #28114F. Grayscale: #E0E0E0. Windows color (decimal): -2625872 or 11595479. OLE color: 11595479.

HSL color Cylindrical-coordinate representation of color #D7EEB0: hue angle of 82.26º degrees, saturation: 0.65, 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 #D7EEB0 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 238 176 -
CMYK 0.10 0 0.26 0.07
HSL 82.26º 0.65% 0.81% -
HSV(B) 82.26º 0.26% 0.93% -
XYZ 66.44 78.73 52.77 -
YUV 224.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 215 238 176 0.10 0 0.26 0.07 82.26 0.65 0.81
Hex D7 EE B0 A 0 1A 7 52 41 51
Octal 327 356 260 12 0 32 7 122 101 121
Binary 11010111 11101110 10110000 1010 0 11010 111 1010010 1000001 1010001

Color Harmonies of #D7EEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EEB0

Black with #D7EEB0

Text Example


Text Example

White with #D7EEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EEB0; }

 p { color: rgb(215,238,176); }

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

background-color css

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

 a { background-color: rgb(215,238,176); }

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

border-color css

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

 span { border-color: rgb(215,238,176); }

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