Html Css Color HEX #D0EBD5 Granny Apple

📋 copy color: '#D0EBD5'

red 208 ◦ green 235 ◦ blue 213

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

Shades of Granny Apple #D0EBD5

Tints of Granny Apple #D0EBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.47%

R = 31.71%
G = 35.82%
B = 32.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#D0EBD5 (or 0xD0EBD5) is known color: Granny Apple. HEX triplet: D0, EB and D5. RGB value is (208,235,213). Sum of RGB (Red+Green+Blue) = 208+235+213=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBD5 is #2F142A. Grayscale: #E0E0E0. Windows color (decimal): -3085355 or 14019536. OLE color: 14019536.

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

Color convert

RGB 208 235 213 -
CMYK 0.11 0 0.09 0.08
HSL 131.11º 0.4% 0.87% -
HSV(B) 131.11º 0.11% 0.92% -
XYZ 67.73 77.63 74.37 -
YUV 224.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 208 235 213 0.11 0 0.09 0.08 131.11 0.4 0.87
Hex D0 EB D5 B 0 9 8 83 28 57
Octal 320 353 325 13 0 11 10 203 50 127
Binary 11010000 11101011 11010101 1011 0 1001 1000 10000011 101000 1010111

Color Harmonies of #D0EBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBD5

Black with #D0EBD5

Text Example


Text Example

White with #D0EBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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