Html Css Color HEX #D0EEA5 Reef

📋 copy color: '#D0EEA5'

red 208 ◦ green 238 ◦ blue 165

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

Shades of Reef #D0EEA5

Tints of Reef #D0EEA5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.95%

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

R = 34.04%
G = 38.95%
B = 27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#D0EEA5 (or 0xD0EEA5) is known color: Reef. HEX triplet: D0, EE and A5. RGB value is (208,238,165). Sum of RGB (Red+Green+Blue) = 208+238+165=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 165 (64.84% from 255 or 27.00% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEA5 is #2F115A. Grayscale: #DCDCDC. Windows color (decimal): -3084635 or 10874576. OLE color: 10874576.

HSL color Cylindrical-coordinate representation of color #D0EEA5: hue angle of 84.66º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0EEA5 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 165 -
CMYK 0.13 0 0.31 0.07
HSL 84.66º 0.68% 0.79% -
HSV(B) 84.66º 0.31% 0.93% -
XYZ 63.38 77.28 47.17 -
YUV 220.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 208 238 165 0.13 0 0.31 0.07 84.66 0.68 0.79
Hex D0 EE A5 D 0 1F 7 55 44 4F
Octal 320 356 245 15 0 37 7 125 104 117
Binary 11010000 11101110 10100101 1101 0 11111 111 1010101 1000100 1001111

Color Harmonies of #D0EEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEA5

Black with #D0EEA5

Text Example


Text Example

White with #D0EEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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