Html Css Color HEX #D0D5CC Ottoman

📋 copy color: '#D0D5CC'

red 208 ◦ green 213 ◦ blue 204

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

Shades of Ottoman #D0D5CC

Tints of Ottoman #D0D5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.64%

R = 33.28%
G = 34.08%
B = 32.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D0D5CC (or 0xD0D5CC) is known color: Ottoman. HEX triplet: D0, D5 and CC. RGB value is (208,213,204). Sum of RGB (Red+Green+Blue) = 208+213+204=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5CC is #2F2A33. Grayscale: #D2D2D2. Windows color (decimal): -3090996 or 13424080. OLE color: 13424080.

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

Color convert

RGB 208 213 204 -
CMYK 0.02 0 0.04 0.16
HSL 93.33º 0.1% 0.82% -
HSV(B) 93.33º 0.04% 0.84% -
XYZ 60.71 65.36 66.54 -
YUV 210.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 208 213 204 0.02 0 0.04 0.16 93.33 0.1 0.82
Hex D0 D5 CC 2 0 4 10 5D A 52
Octal 320 325 314 2 0 4 20 135 12 122
Binary 11010000 11010101 11001100 10 0 100 10000 1011101 1010 1010010

Color Harmonies of #D0D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D5CC

Black with #D0D5CC

Text Example


Text Example

White with #D0D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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