Html Css Color HEX #D6E0C9 Ottoman

📋 copy color: '#D6E0C9'

red 214 ◦ green 224 ◦ blue 201

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

Shades of Ottoman #D6E0C9

Tints of Ottoman #D6E0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.46%

R = 33.49%
G = 35.05%
B = 31.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#D6E0C9 (or 0xD6E0C9) is known color: Ottoman. HEX triplet: D6, E0 and C9. RGB value is (214,224,201). Sum of RGB (Red+Green+Blue) = 214+224+201=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0C9 is #291F36. Grayscale: #DADADA. Windows color (decimal): -2694967 or 13230294. OLE color: 13230294.

HSL color Cylindrical-coordinate representation of color #D6E0C9: hue angle of 86.09º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6E0C9 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 201 -
CMYK 0.04 0 0.10 0.12
HSL 86.09º 0.27% 0.83% -
HSV(B) 86.09º 0.1% 0.88% -
XYZ 64.93 71.82 65.7 -
YUV 218.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 214 224 201 0.04 0 0.10 0.12 86.09 0.27 0.83
Hex D6 E0 C9 4 0 A C 56 1B 53
Octal 326 340 311 4 0 12 14 126 33 123
Binary 11010110 11100000 11001001 100 0 1010 1100 1010110 11011 1010011

Color Harmonies of #D6E0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0C9

Black with #D6E0C9

Text Example


Text Example

White with #D6E0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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