Html Css Color HEX #D4DDCA Ottoman

📋 copy color: '#D4DDCA'

red 212 ◦ green 221 ◦ blue 202

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

Shades of Ottoman #D4DDCA

Tints of Ottoman #D4DDCA

RGB

 RED value IS 212 (83.2% from 255) = 33.39%

 GREEN value IS 221 (86.72% from 255) = 34.8%

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

R = 33.39%
G = 34.8%
B = 31.81%

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

#D4DDCA (or 0xD4DDCA) is known color: Ottoman. HEX triplet: D4, DD and CA. RGB value is (212,221,202). Sum of RGB (Red+Green+Blue) = 212+221+202=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDCA is #2B2235. Grayscale: #D8D8D8. Windows color (decimal): -2826806 or 13295060. OLE color: 13295060.

HSL color Cylindrical-coordinate representation of color #D4DDCA: hue angle of 88.42º degrees, saturation: 0.22, 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 #D4DDCA is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 202 -
CMYK 0.04 0 0.09 0.13
HSL 88.42º 0.22% 0.83% -
HSV(B) 88.42º 0.09% 0.87% -
XYZ 63.67 69.97 66.03 -
YUV 216.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 212 221 202 0.04 0 0.09 0.13 88.42 0.22 0.83
Hex D4 DD CA 4 0 9 D 58 16 53
Octal 324 335 312 4 0 11 15 130 26 123
Binary 11010100 11011101 11001010 100 0 1001 1101 1011000 10110 1010011

Color Harmonies of #D4DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDCA

Black with #D4DDCA

Text Example


Text Example

White with #D4DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDCA; }

 p { color: rgb(212,221,202); }

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

background-color css

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

 a { background-color: rgb(212,221,202); }

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

border-color css

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

 span { border-color: rgb(212,221,202); }

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