Html Css Color HEX #D4DBCA Ottoman

📋 copy color: '#D4DBCA'

red 212 ◦ green 219 ◦ blue 202

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

Shades of Ottoman #D4DBCA

Tints of Ottoman #D4DBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.6%

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

R = 33.49%
G = 34.6%
B = 31.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D4DBCA (or 0xD4DBCA) is known color: Ottoman. HEX triplet: D4, DB and CA. RGB value is (212,219,202). Sum of RGB (Red+Green+Blue) = 212+219+202=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBCA is #2B2435. Grayscale: #D7D7D7. Windows color (decimal): -2827318 or 13294548. OLE color: 13294548.

HSL color Cylindrical-coordinate representation of color #D4DBCA: hue angle of 84.71º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4DBCA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 219 202 -
CMYK 0.03 0 0.08 0.14
HSL 84.71º 0.19% 0.83% -
HSV(B) 84.71º 0.08% 0.86% -
XYZ 63.14 68.92 65.85 -
YUV 214.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 212 219 202 0.03 0 0.08 0.14 84.71 0.19 0.83
Hex D4 DB CA 3 0 8 E 55 13 53
Octal 324 333 312 3 0 10 16 125 23 123
Binary 11010100 11011011 11001010 11 0 1000 1110 1010101 10011 1010011

Color Harmonies of #D4DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBCA

Black with #D4DBCA

Text Example


Text Example

White with #D4DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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