Html Css Color HEX #D0CDBE Quill Grey

📋 copy color: '#D0CDBE'

red 208 ◦ green 205 ◦ blue 190

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

Shades of Quill Grey #D0CDBE

Tints of Quill Grey #D0CDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34%

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 34.49%
G = 34%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0CDBE (or 0xD0CDBE) is known color: Quill Grey. HEX triplet: D0, CD and BE. RGB value is (208,205,190). Sum of RGB (Red+Green+Blue) = 208+205+190=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDBE is #2F3241. Grayscale: #CCCCCC. Windows color (decimal): -3093058 or 12504528. OLE color: 12504528.

HSL color Cylindrical-coordinate representation of color #D0CDBE: hue angle of 50º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CDBE is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 205 190 -
CMYK 0 0.01 0.09 0.18
HSL 50º 0.16% 0.78% -
HSV(B) 50º 0.09% 0.82% -
XYZ 57.14 60.79 57.44 -
YUV 204.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 208 205 190 0 0.01 0.09 0.18 50 0.16 0.78
Hex D0 CD BE 0 1 9 12 32 10 4E
Octal 320 315 276 0 1 11 22 62 20 116
Binary 11010000 11001101 10111110 0 1 1001 10010 110010 10000 1001110

Color Harmonies of #D0CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CDBE

Black with #D0CDBE

Text Example


Text Example

White with #D0CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CDBE; }

 p { color: rgb(208,205,190); }

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

background-color css

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

 a { background-color: rgb(208,205,190); }

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

border-color css

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

 span { border-color: rgb(208,205,190); }

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