Html Css Color HEX #D6E0CD Ottoman

📋 copy color: '#D6E0CD'

red 214 ◦ green 224 ◦ blue 205

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

Shades of Ottoman #D6E0CD

Tints of Ottoman #D6E0CD

RGB

 RED value IS 214 (83.98% from 255) = 33.28%

 GREEN value IS 224 (87.89% from 255) = 34.84%

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

R = 33.28%
G = 34.84%
B = 31.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#D6E0CD (or 0xD6E0CD) is known color: Ottoman. HEX triplet: D6, E0 and CD. RGB value is (214,224,205). Sum of RGB (Red+Green+Blue) = 214+224+205=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0CD is #291F32. Grayscale: #DADADA. Windows color (decimal): -2694963 or 13492438. OLE color: 13492438.

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

Color convert

RGB 214 224 205 -
CMYK 0.04 0 0.08 0.12
HSL 91.58º 0.23% 0.84% -
HSV(B) 91.58º 0.08% 0.88% -
XYZ 65.41 72.02 68.21 -
YUV 218.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 214 224 205 0.04 0 0.08 0.12 91.58 0.23 0.84
Hex D6 E0 CD 4 0 8 C 5C 17 54
Octal 326 340 315 4 0 10 14 134 27 124
Binary 11010110 11100000 11001101 100 0 1000 1100 1011100 10111 1010100

Color Harmonies of #D6E0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0CD

Black with #D6E0CD

Text Example


Text Example

White with #D6E0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0CD; }

 p { color: rgb(214,224,205); }

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

background-color css

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

 a { background-color: rgb(214,224,205); }

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

border-color css

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

 span { border-color: rgb(214,224,205); }

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