Html Css Color HEX #D0EBAB Reef

📋 copy color: '#D0EBAB'

red 208 ◦ green 235 ◦ blue 171

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

Shades of Reef #D0EBAB

Tints of Reef #D0EBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.85%

R = 33.88%
G = 38.27%
B = 27.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#D0EBAB (or 0xD0EBAB) is known color: Reef. HEX triplet: D0, EB and AB. RGB value is (208,235,171). Sum of RGB (Red+Green+Blue) = 208+235+171=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EBAB is #2F1454. Grayscale: #DBDBDB. Windows color (decimal): -3085397 or 11267024. OLE color: 11267024.

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

Color convert

RGB 208 235 171 -
CMYK 0.11 0 0.27 0.08
HSL 85.31º 0.62% 0.8% -
HSV(B) 85.31º 0.27% 0.92% -
XYZ 63.07 75.77 49.83 -
YUV 219.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 208 235 171 0.11 0 0.27 0.08 85.31 0.62 0.8
Hex D0 EB AB B 0 1B 8 55 3E 50
Octal 320 353 253 13 0 33 10 125 76 120
Binary 11010000 11101011 10101011 1011 0 11011 1000 1010101 111110 1010000

Color Harmonies of #D0EBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBAB

Black with #D0EBAB

Text Example


Text Example

White with #D0EBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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