Html Css Color HEX #D5DFCA Ottoman

📋 copy color: '#D5DFCA'

red 213 ◦ green 223 ◦ blue 202

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

Shades of Ottoman #D5DFCA

Tints of Ottoman #D5DFCA

RGB

 RED value IS 213 (83.59% from 255) = 33.39%

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

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

R = 33.39%
G = 34.95%
B = 31.66%

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

#D5DFCA (or 0xD5DFCA) is known color: Ottoman. HEX triplet: D5, DF and CA. RGB value is (213,223,202). Sum of RGB (Red+Green+Blue) = 213+223+202=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFCA is #2A2035. Grayscale: #D9D9D9. Windows color (decimal): -2760758 or 13295573. OLE color: 13295573.

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

Color convert

RGB 213 223 202 -
CMYK 0.04 0 0.09 0.13
HSL 88.57º 0.25% 0.83% -
HSV(B) 88.57º 0.09% 0.87% -
XYZ 64.49 71.19 66.22 -
YUV 217.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 213 223 202 0.04 0 0.09 0.13 88.57 0.25 0.83
Hex D5 DF CA 4 0 9 D 59 19 53
Octal 325 337 312 4 0 11 15 131 31 123
Binary 11010101 11011111 11001010 100 0 1001 1101 1011001 11001 1010011

Color Harmonies of #D5DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFCA

Black with #D5DFCA

Text Example


Text Example

White with #D5DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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