Html Css Color HEX #D0E19B Reef

📋 copy color: '#D0E19B'

red 208 ◦ green 225 ◦ blue 155

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

Shades of Reef #D0E19B

Tints of Reef #D0E19B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.27%

 BLUE value IS 155 (60.94% from 255) = 26.36%

R = 35.37%
G = 38.27%
B = 26.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#D0E19B (or 0xD0E19B) is known color: Reef. HEX triplet: D0, E1 and 9B. RGB value is (208,225,155). Sum of RGB (Red+Green+Blue) = 208+225+155=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E19B is #2F1E64. Grayscale: #D4D4D4. Windows color (decimal): -3087973 or 10215888. OLE color: 10215888.

HSL color Cylindrical-coordinate representation of color #D0E19B: hue angle of 74.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0E19B is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 155 -
CMYK 0.08 0 0.31 0.12
HSL 74.57º 0.54% 0.75% -
HSV(B) 74.57º 0.31% 0.88% -
XYZ 58.85 69.63 41.35 -
YUV 211.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 208 225 155 0.08 0 0.31 0.12 74.57 0.54 0.75
Hex D0 E1 9B 8 0 1F C 4B 36 4B
Octal 320 341 233 10 0 37 14 113 66 113
Binary 11010000 11100001 10011011 1000 0 11111 1100 1001011 110110 1001011

Color Harmonies of #D0E19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E19B

Black with #D0E19B

Text Example


Text Example

White with #D0E19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E19B; }

 p { color: rgb(208,225,155); }

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

background-color css

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

 a { background-color: rgb(208,225,155); }

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

border-color css

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

 span { border-color: rgb(208,225,155); }

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