Html Css Color HEX #D1DBCA Ottoman

📋 copy color: '#D1DBCA'

red 209 ◦ green 219 ◦ blue 202

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

Shades of Ottoman #D1DBCA

Tints of Ottoman #D1DBCA

RGB

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

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

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

R = 33.17%
G = 34.76%
B = 32.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D1DBCA (or 0xD1DBCA) is known color: Ottoman. HEX triplet: D1, DB and CA. RGB value is (209,219,202). Sum of RGB (Red+Green+Blue) = 209+219+202=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBCA is #2E2435. Grayscale: #D6D6D6. Windows color (decimal): -3023926 or 13294545. OLE color: 13294545.

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

Color convert

RGB 209 219 202 -
CMYK 0.05 0 0.08 0.14
HSL 95.29º 0.19% 0.83% -
HSV(B) 95.29º 0.08% 0.86% -
XYZ 62.29 68.48 65.81 -
YUV 214.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 209 219 202 0.05 0 0.08 0.14 95.29 0.19 0.83
Hex D1 DB CA 5 0 8 E 5F 13 53
Octal 321 333 312 5 0 10 16 137 23 123
Binary 11010001 11011011 11001010 101 0 1000 1110 1011111 10011 1010011

Color Harmonies of #D1DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBCA

Black with #D1DBCA

Text Example


Text Example

White with #D1DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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