Html Css Color HEX #D0CDC0 Quill Grey

📋 copy color: '#D0CDC0'

red 208 ◦ green 205 ◦ blue 192

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

Shades of Quill Grey #D0CDC0

Tints of Quill Grey #D0CDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.74%

R = 34.38%
G = 33.88%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0CDC0 (or 0xD0CDC0) is known color: Quill Grey. HEX triplet: D0, CD and C0. RGB value is (208,205,192). Sum of RGB (Red+Green+Blue) = 208+205+192=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDC0 is #2F323F. Grayscale: #CCCCCC. Windows color (decimal): -3093056 or 12635600. OLE color: 12635600.

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

Color convert

RGB 208 205 192 -
CMYK 0 0.01 0.08 0.18
HSL 48.75º 0.15% 0.78% -
HSV(B) 48.75º 0.08% 0.82% -
XYZ 57.36 60.88 58.6 -
YUV 204.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 208 205 192 0 0.01 0.08 0.18 48.75 0.15 0.78
Hex D0 CD C0 0 1 8 12 31 F 4E
Octal 320 315 300 0 1 10 22 61 17 116
Binary 11010000 11001101 11000000 0 1 1000 10010 110001 1111 1001110

Color Harmonies of #D0CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CDC0

Black with #D0CDC0

Text Example


Text Example

White with #D0CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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