Html Css Color HEX #D6E1C9 Ottoman

📋 copy color: '#D6E1C9'

red 214 ◦ green 225 ◦ blue 201

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

Shades of Ottoman #D6E1C9

Tints of Ottoman #D6E1C9

RGB

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

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

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

R = 33.44%
G = 35.16%
B = 31.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#D6E1C9 (or 0xD6E1C9) is known color: Ottoman. HEX triplet: D6, E1 and C9. RGB value is (214,225,201). Sum of RGB (Red+Green+Blue) = 214+225+201=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1C9 is #291E36. Grayscale: #DBDBDB. Windows color (decimal): -2694711 or 13230550. OLE color: 13230550.

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

Color convert

RGB 214 225 201 -
CMYK 0.05 0 0.11 0.12
HSL 87.5º 0.29% 0.84% -
HSV(B) 87.5º 0.11% 0.88% -
XYZ 65.2 72.36 65.79 -
YUV 218.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 214 225 201 0.05 0 0.11 0.12 87.5 0.29 0.84
Hex D6 E1 C9 5 0 B C 57 1D 54
Octal 326 341 311 5 0 13 14 127 35 124
Binary 11010110 11100001 11001001 101 0 1011 1100 1010111 11101 1010100

Color Harmonies of #D6E1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1C9

Black with #D6E1C9

Text Example


Text Example

White with #D6E1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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