Html Css Color HEX #D6E1CC Ottoman

📋 copy color: '#D6E1CC'

red 214 ◦ green 225 ◦ blue 204

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

Shades of Ottoman #D6E1CC

Tints of Ottoman #D6E1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.73%

R = 33.28%
G = 34.99%
B = 31.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D6E1CC (or 0xD6E1CC) is known color: Ottoman. HEX triplet: D6, E1 and CC. RGB value is (214,225,204). Sum of RGB (Red+Green+Blue) = 214+225+204=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1CC is #291E33. Grayscale: #DBDBDB. Windows color (decimal): -2694708 or 13427158. OLE color: 13427158.

HSL color Cylindrical-coordinate representation of color #D6E1CC: hue angle of 91.43º degrees, saturation: 0.26, 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 #D6E1CC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 204 -
CMYK 0.05 0 0.09 0.12
HSL 91.43º 0.26% 0.84% -
HSV(B) 91.43º 0.09% 0.88% -
XYZ 65.56 72.51 67.67 -
YUV 219.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 214 225 204 0.05 0 0.09 0.12 91.43 0.26 0.84
Hex D6 E1 CC 5 0 9 C 5B 1A 54
Octal 326 341 314 5 0 11 14 133 32 124
Binary 11010110 11100001 11001100 101 0 1001 1100 1011011 11010 1010100

Color Harmonies of #D6E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1CC

Black with #D6E1CC

Text Example


Text Example

White with #D6E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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