Html Css Color HEX #D6DFCA Ottoman

📋 copy color: '#D6DFCA'

red 214 ◦ green 223 ◦ blue 202

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

Shades of Ottoman #D6DFCA

Tints of Ottoman #D6DFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.61%

R = 33.49%
G = 34.9%
B = 31.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D6DFCA (or 0xD6DFCA) is known color: Ottoman. HEX triplet: D6, DF and CA. RGB value is (214,223,202). Sum of RGB (Red+Green+Blue) = 214+223+202=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFCA is #292035. Grayscale: #D9D9D9. Windows color (decimal): -2695222 or 13295574. OLE color: 13295574.

HSL color Cylindrical-coordinate representation of color #D6DFCA: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6DFCA is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 202 -
CMYK 0.04 0 0.09 0.13
HSL 85.71º 0.25% 0.83% -
HSV(B) 85.71º 0.09% 0.87% -
XYZ 64.78 71.34 66.23 -
YUV 217.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 214 223 202 0.04 0 0.09 0.13 85.71 0.25 0.83
Hex D6 DF CA 4 0 9 D 56 19 53
Octal 326 337 312 4 0 11 15 126 31 123
Binary 11010110 11011111 11001010 100 0 1001 1101 1010110 11001 1010011

Color Harmonies of #D6DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFCA

Black with #D6DFCA

Text Example


Text Example

White with #D6DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFCA; }

 p { color: rgb(214,223,202); }

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

background-color css

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

 a { background-color: rgb(214,223,202); }

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

border-color css

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

 span { border-color: rgb(214,223,202); }

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