Html Css Color HEX #D0EBA8 Reef

📋 copy color: '#D0EBA8'

red 208 ◦ green 235 ◦ blue 168

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

Shades of Reef #D0EBA8

Tints of Reef #D0EBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.5%

R = 34.04%
G = 38.46%
B = 27.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#D0EBA8 (or 0xD0EBA8) is known color: Reef. HEX triplet: D0, EB and A8. RGB value is (208,235,168). Sum of RGB (Red+Green+Blue) = 208+235+168=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EBA8 is #2F1457. Grayscale: #DBDBDB. Windows color (decimal): -3085400 or 11070416. OLE color: 11070416.

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

Color convert

RGB 208 235 168 -
CMYK 0.11 0 0.29 0.08
HSL 84.18º 0.63% 0.79% -
HSV(B) 84.18º 0.29% 0.92% -
XYZ 62.79 75.65 48.34 -
YUV 219.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 208 235 168 0.11 0 0.29 0.08 84.18 0.63 0.79
Hex D0 EB A8 B 0 1D 8 54 3F 4F
Octal 320 353 250 13 0 35 10 124 77 117
Binary 11010000 11101011 10101000 1011 0 11101 1000 1010100 111111 1001111

Color Harmonies of #D0EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBA8

Black with #D0EBA8

Text Example


Text Example

White with #D0EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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