Html Css Color HEX #D0C0CC Maverick

📋 copy color: '#D0C0CC'

red 208 ◦ green 192 ◦ blue 204

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

Shades of Maverick #D0C0CC

Tints of Maverick #D0C0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.79%

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

R = 34.44%
G = 31.79%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0C0CC (or 0xD0C0CC) is known color: Maverick. HEX triplet: D0, C0 and CC. RGB value is (208,192,204). Sum of RGB (Red+Green+Blue) = 208+192+204=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0CC is #2F3F33. Grayscale: #C6C6C6. Windows color (decimal): -3096372 or 13418704. OLE color: 13418704.

HSL color Cylindrical-coordinate representation of color #D0C0CC: hue angle of 315º 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 #D0C0CC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 192 204 -
CMYK 0 0.08 0.02 0.18
HSL 315º 0.15% 0.78% -
HSV(B) 315º 0.08% 0.82% -
XYZ 55.76 55.47 64.89 -
YUV 198.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 208 192 204 0 0.08 0.02 0.18 315 0.15 0.78
Hex D0 C0 CC 0 8 2 12 13B F 4E
Octal 320 300 314 0 10 2 22 473 17 116
Binary 11010000 11000000 11001100 0 1000 10 10010 100111011 1111 1001110

Color Harmonies of #D0C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C0CC

Black with #D0C0CC

Text Example


Text Example

White with #D0C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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