Html Css Color HEX #D1DFC2 Ottoman

📋 copy color: '#D1DFC2'

red 209 ◦ green 223 ◦ blue 194

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

Shades of Ottoman #D1DFC2

Tints of Ottoman #D1DFC2

RGB

 RED value IS 209 (82.03% from 255) = 33.39%

 GREEN value IS 223 (87.5% from 255) = 35.62%

 BLUE value IS 194 (76.17% from 255) = 30.99%

R = 33.39%
G = 35.62%
B = 30.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#D1DFC2 (or 0xD1DFC2) is known color: Ottoman. HEX triplet: D1, DF and C2. RGB value is (209,223,194). Sum of RGB (Red+Green+Blue) = 209+223+194=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 194 (76.17% from 255 or 30.99% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFC2 is #2E203D. Grayscale: #D7D7D7. Windows color (decimal): -3022910 or 12771281. OLE color: 12771281.

HSL color Cylindrical-coordinate representation of color #D1DFC2: hue angle of 88.97º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DFC2 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 223 194 -
CMYK 0.06 0 0.13 0.13
HSL 88.97º 0.31% 0.82% -
HSV(B) 88.97º 0.13% 0.87% -
XYZ 62.42 70.23 61.3 -
YUV 215.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 209 223 194 0.06 0 0.13 0.13 88.97 0.31 0.82
Hex D1 DF C2 6 0 D D 59 1F 52
Octal 321 337 302 6 0 15 15 131 37 122
Binary 11010001 11011111 11000010 110 0 1101 1101 1011001 11111 1010010

Color Harmonies of #D1DFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFC2

Black with #D1DFC2

Text Example


Text Example

White with #D1DFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFC2; }

 p { color: rgb(209,223,194); }

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

background-color css

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

 a { background-color: rgb(209,223,194); }

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

border-color css

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

 span { border-color: rgb(209,223,194); }

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