Html Css Color HEX #D0CBBC Quill Grey

📋 copy color: '#D0CBBC'

red 208 ◦ green 203 ◦ blue 188

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

Shades of Quill Grey #D0CBBC

Tints of Quill Grey #D0CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.89%

 BLUE value IS 188 (73.83% from 255) = 31.39%

R = 34.72%
G = 33.89%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D0CBBC (or 0xD0CBBC) is known color: Quill Grey. HEX triplet: D0, CB and BC. RGB value is (208,203,188). Sum of RGB (Red+Green+Blue) = 208+203+188=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBBC is #2F3443. Grayscale: #CACACA. Windows color (decimal): -3093572 or 12372944. OLE color: 12372944.

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

Color convert

RGB 208 203 188 -
CMYK 0 0.02 0.10 0.18
HSL 45º 0.18% 0.78% -
HSV(B) 45º 0.1% 0.82% -
XYZ 56.45 59.75 56.14 -
YUV 202.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 208 203 188 0 0.02 0.10 0.18 45 0.18 0.78
Hex D0 CB BC 0 2 A 12 2D 12 4E
Octal 320 313 274 0 2 12 22 55 22 116
Binary 11010000 11001011 10111100 0 10 1010 10010 101101 10010 1001110

Color Harmonies of #D0CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CBBC

Black with #D0CBBC

Text Example


Text Example

White with #D0CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CBBC; }

 p { color: rgb(208,203,188); }

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

background-color css

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

 a { background-color: rgb(208,203,188); }

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

border-color css

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

 span { border-color: rgb(208,203,188); }

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