Html Css Color HEX #D5E1CB Ottoman

📋 copy color: '#D5E1CB'

red 213 ◦ green 225 ◦ blue 203

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

Shades of Ottoman #D5E1CB

Tints of Ottoman #D5E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.1%

 BLUE value IS 203 (79.69% from 255) = 31.67%

R = 33.23%
G = 35.1%
B = 31.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#D5E1CB (or 0xD5E1CB) is known color: Ottoman. HEX triplet: D5, E1 and CB. RGB value is (213,225,203). Sum of RGB (Red+Green+Blue) = 213+225+203=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1CB is #2A1E34. Grayscale: #DADADA. Windows color (decimal): -2760245 or 13361621. OLE color: 13361621.

HSL color Cylindrical-coordinate representation of color #D5E1CB: hue angle of 92.73º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5E1CB is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 203 -
CMYK 0.05 0 0.10 0.12
HSL 92.73º 0.27% 0.84% -
HSV(B) 92.73º 0.1% 0.88% -
XYZ 65.15 72.31 67.02 -
YUV 218.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 213 225 203 0.05 0 0.10 0.12 92.73 0.27 0.84
Hex D5 E1 CB 5 0 A C 5D 1B 54
Octal 325 341 313 5 0 12 14 135 33 124
Binary 11010101 11100001 11001011 101 0 1010 1100 1011101 11011 1010100

Color Harmonies of #D5E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1CB

Black with #D5E1CB

Text Example


Text Example

White with #D5E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1CB; }

 p { color: rgb(213,225,203); }

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

background-color css

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

 a { background-color: rgb(213,225,203); }

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

border-color css

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

 span { border-color: rgb(213,225,203); }

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