Html Css Color HEX #D0EFAA Reef

📋 copy color: '#D0EFAA'

red 208 ◦ green 239 ◦ blue 170

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

Shades of Reef #D0EFAA

Tints of Reef #D0EFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

 BLUE value IS 170 (66.8% from 255) = 27.55%

R = 33.71%
G = 38.74%
B = 27.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#D0EFAA (or 0xD0EFAA) is known color: Reef. HEX triplet: D0, EF and AA. RGB value is (208,239,170). Sum of RGB (Red+Green+Blue) = 208+239+170=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EFAA is #2F1055. Grayscale: #DEDEDE. Windows color (decimal): -3084374 or 11202512. OLE color: 11202512.

HSL color Cylindrical-coordinate representation of color #D0EFAA: hue angle of 86.96º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0EFAA is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 170 -
CMYK 0.13 0 0.29 0.06
HSL 86.96º 0.68% 0.8% -
HSV(B) 86.96º 0.29% 0.94% -
XYZ 64.13 78.05 49.71 -
YUV 221.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 208 239 170 0.13 0 0.29 0.06 86.96 0.68 0.8
Hex D0 EF AA D 0 1D 6 57 44 50
Octal 320 357 252 15 0 35 6 127 104 120
Binary 11010000 11101111 10101010 1101 0 11101 110 1010111 1000100 1010000

Color Harmonies of #D0EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFAA

Black with #D0EFAA

Text Example


Text Example

White with #D0EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFAA; }

 p { color: rgb(208,239,170); }

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

background-color css

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

 a { background-color: rgb(208,239,170); }

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

border-color css

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

 span { border-color: rgb(208,239,170); }

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