Html Css Color HEX #D6E2C9 Ottoman

📋 copy color: '#D6E2C9'

red 214 ◦ green 226 ◦ blue 201

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

Shades of Ottoman #D6E2C9

Tints of Ottoman #D6E2C9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.26%

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

R = 33.39%
G = 35.26%
B = 31.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#D6E2C9 (or 0xD6E2C9) is known color: Ottoman. HEX triplet: D6, E2 and C9. RGB value is (214,226,201). Sum of RGB (Red+Green+Blue) = 214+226+201=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E2C9 is #291D36. Grayscale: #DBDBDB. Windows color (decimal): -2694455 or 13230806. OLE color: 13230806.

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

Color convert

RGB 214 226 201 -
CMYK 0.05 0 0.11 0.11
HSL 88.8º 0.3% 0.84% -
HSV(B) 88.8º 0.11% 0.89% -
XYZ 65.47 72.91 65.88 -
YUV 219.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 214 226 201 0.05 0 0.11 0.11 88.8 0.3 0.84
Hex D6 E2 C9 5 0 B B 59 1E 54
Octal 326 342 311 5 0 13 13 131 36 124
Binary 11010110 11100010 11001001 101 0 1011 1011 1011001 11110 1010100

Color Harmonies of #D6E2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E2C9

Black with #D6E2C9

Text Example


Text Example

White with #D6E2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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