Html Css Color HEX #D2EDB0 Reef

📋 copy color: '#D2EDB0'

red 210 ◦ green 237 ◦ blue 176

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

Shades of Reef #D2EDB0

Tints of Reef #D2EDB0

RGB

 RED value IS 210 (82.42% from 255) = 33.71%

 GREEN value IS 237 (92.97% from 255) = 38.04%

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

R = 33.71%
G = 38.04%
B = 28.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D2EDB0 (or 0xD2EDB0) is known color: Reef. HEX triplet: D2, ED and B0. RGB value is (210,237,176). Sum of RGB (Red+Green+Blue) = 210+237+176=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EDB0 is #2D124F. Grayscale: #DEDEDE. Windows color (decimal): -2953808 or 11595218. OLE color: 11595218.

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

Color convert

RGB 210 237 176 -
CMYK 0.11 0 0.26 0.07
HSL 86.56º 0.63% 0.81% -
HSV(B) 86.56º 0.26% 0.93% -
XYZ 64.7 77.4 52.6 -
YUV 221.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 210 237 176 0.11 0 0.26 0.07 86.56 0.63 0.81
Hex D2 ED B0 B 0 1A 7 57 3F 51
Octal 322 355 260 13 0 32 7 127 77 121
Binary 11010010 11101101 10110000 1011 0 11010 111 1010111 111111 1010001

Color Harmonies of #D2EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDB0

Black with #D2EDB0

Text Example


Text Example

White with #D2EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDB0; }

 p { color: rgb(210,237,176); }

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

background-color css

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

 a { background-color: rgb(210,237,176); }

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

border-color css

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

 span { border-color: rgb(210,237,176); }

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