Html Css Color HEX #D4DFCA Ottoman

📋 copy color: '#D4DFCA'

red 212 ◦ green 223 ◦ blue 202

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

Shades of Ottoman #D4DFCA

Tints of Ottoman #D4DFCA

RGB

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

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

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

R = 33.28%
G = 35.01%
B = 31.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D4DFCA (or 0xD4DFCA) is known color: Ottoman. HEX triplet: D4, DF and CA. RGB value is (212,223,202). Sum of RGB (Red+Green+Blue) = 212+223+202=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFCA is #2B2035. Grayscale: #D9D9D9. Windows color (decimal): -2826294 or 13295572. OLE color: 13295572.

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

Color convert

RGB 212 223 202 -
CMYK 0.05 0 0.09 0.13
HSL 91.43º 0.25% 0.83% -
HSV(B) 91.43º 0.09% 0.87% -
XYZ 64.2 71.04 66.2 -
YUV 217.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 212 223 202 0.05 0 0.09 0.13 91.43 0.25 0.83
Hex D4 DF CA 5 0 9 D 5B 19 53
Octal 324 337 312 5 0 11 15 133 31 123
Binary 11010100 11011111 11001010 101 0 1001 1101 1011011 11001 1010011

Color Harmonies of #D4DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DFCA

Black with #D4DFCA

Text Example


Text Example

White with #D4DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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