Html Css Color HEX #D0EBA5 Reef

📋 copy color: '#D0EBA5'

red 208 ◦ green 235 ◦ blue 165

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

Shades of Reef #D0EBA5

Tints of Reef #D0EBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.14%

R = 34.21%
G = 38.65%
B = 27.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#D0EBA5 (or 0xD0EBA5) is known color: Reef. HEX triplet: D0, EB and A5. RGB value is (208,235,165). Sum of RGB (Red+Green+Blue) = 208+235+165=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EBA5 is #2F145A. Grayscale: #DBDBDB. Windows color (decimal): -3085403 or 10873808. OLE color: 10873808.

HSL color Cylindrical-coordinate representation of color #D0EBA5: hue angle of 83.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0EBA5 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 235 165 -
CMYK 0.11 0 0.30 0.08
HSL 83.14º 0.64% 0.78% -
HSV(B) 83.14º 0.3% 0.92% -
XYZ 62.51 75.54 46.88 -
YUV 218.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 208 235 165 0.11 0 0.30 0.08 83.14 0.64 0.78
Hex D0 EB A5 B 0 1E 8 53 40 4E
Octal 320 353 245 13 0 36 10 123 100 116
Binary 11010000 11101011 10100101 1011 0 11110 1000 1010011 1000000 1001110

Color Harmonies of #D0EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBA5

Black with #D0EBA5

Text Example


Text Example

White with #D0EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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