Html Css Color HEX #D8E1CD Ottoman

📋 copy color: '#D8E1CD'

red 216 ◦ green 225 ◦ blue 205

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

Shades of Ottoman #D8E1CD

Tints of Ottoman #D8E1CD

RGB

 RED value IS 216 (84.77% from 255) = 33.44%

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

 BLUE value IS 205 (80.47% from 255) = 31.73%

R = 33.44%
G = 34.83%
B = 31.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D8E1CD (or 0xD8E1CD) is known color: Ottoman. HEX triplet: D8, E1 and CD. RGB value is (216,225,205). Sum of RGB (Red+Green+Blue) = 216+225+205=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1CD is #271E32. Grayscale: #DCDCDC. Windows color (decimal): -2563635 or 13492696. OLE color: 13492696.

HSL color Cylindrical-coordinate representation of color #D8E1CD: hue angle of 87º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8E1CD is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 225 205 -
CMYK 0.04 0 0.09 0.12
HSL 87º 0.25% 0.84% -
HSV(B) 87º 0.09% 0.88% -
XYZ 66.26 72.86 68.33 -
YUV 220.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 216 225 205 0.04 0 0.09 0.12 87 0.25 0.84
Hex D8 E1 CD 4 0 9 C 57 19 54
Octal 330 341 315 4 0 11 14 127 31 124
Binary 11011000 11100001 11001101 100 0 1001 1100 1010111 11001 1010100

Color Harmonies of #D8E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E1CD

Black with #D8E1CD

Text Example


Text Example

White with #D8E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E1CD; }

 p { color: rgb(216,225,205); }

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

background-color css

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

 a { background-color: rgb(216,225,205); }

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

border-color css

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

 span { border-color: rgb(216,225,205); }

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