Html Css Color HEX #D2EA9B Reef

📋 copy color: '#D2EA9B'

red 210 ◦ green 234 ◦ blue 155

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

Shades of Reef #D2EA9B

Tints of Reef #D2EA9B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.07%

 BLUE value IS 155 (60.94% from 255) = 25.88%

R = 35.06%
G = 39.07%
B = 25.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#D2EA9B (or 0xD2EA9B) is known color: Reef. HEX triplet: D2, EA and 9B. RGB value is (210,234,155). Sum of RGB (Red+Green+Blue) = 210+234+155=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EA9B is #2D1564. Grayscale: #DADADA. Windows color (decimal): -2954597 or 10218194. OLE color: 10218194.

HSL color Cylindrical-coordinate representation of color #D2EA9B: hue angle of 78.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2EA9B is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 234 155 -
CMYK 0.10 0 0.34 0.08
HSL 78.23º 0.65% 0.76% -
HSV(B) 78.23º 0.34% 0.92% -
XYZ 61.92 74.91 42.21 -
YUV 217.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 210 234 155 0.10 0 0.34 0.08 78.23 0.65 0.76
Hex D2 EA 9B A 0 22 8 4E 41 4C
Octal 322 352 233 12 0 42 10 116 101 114
Binary 11010010 11101010 10011011 1010 0 100010 1000 1001110 1000001 1001100

Color Harmonies of #D2EA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EA9B

Black with #D2EA9B

Text Example


Text Example

White with #D2EA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EA9B; }

 p { color: rgb(210,234,155); }

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

background-color css

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

 a { background-color: rgb(210,234,155); }

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

border-color css

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

 span { border-color: rgb(210,234,155); }

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