Html Css Color HEX #D0D5CA Ottoman

📋 copy color: '#D0D5CA'

red 208 ◦ green 213 ◦ blue 202

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

Shades of Ottoman #D0D5CA

Tints of Ottoman #D0D5CA

RGB

 RED value IS 208 (81.64% from 255) = 33.39%

 GREEN value IS 213 (83.59% from 255) = 34.19%

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

R = 33.39%
G = 34.19%
B = 32.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D0D5CA (or 0xD0D5CA) is known color: Ottoman. HEX triplet: D0, D5 and CA. RGB value is (208,213,202). Sum of RGB (Red+Green+Blue) = 208+213+202=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5CA is #2F2A35. Grayscale: #D2D2D2. Windows color (decimal): -3090998 or 13293008. OLE color: 13293008.

HSL color Cylindrical-coordinate representation of color #D0D5CA: hue angle of 87.27º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0D5CA is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 202 -
CMYK 0.02 0 0.05 0.16
HSL 87.27º 0.12% 0.81% -
HSV(B) 87.27º 0.05% 0.84% -
XYZ 60.47 65.26 65.29 -
YUV 210.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 208 213 202 0.02 0 0.05 0.16 87.27 0.12 0.81
Hex D0 D5 CA 2 0 5 10 57 C 51
Octal 320 325 312 2 0 5 20 127 14 121
Binary 11010000 11010101 11001010 10 0 101 10000 1010111 1100 1010001

Color Harmonies of #D0D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D5CA

Black with #D0D5CA

Text Example


Text Example

White with #D0D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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