#D0BFCC

Color #D0BFCC Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D0BFCC

Tints of Maverick #D0BFCC

Color information

#D0BFCC (or 0xD0BFCC) is unknown color: approx Maverick. HEX triplet: D0, BF and CC. RGB value is (208,191,204). Sum of RGB (Red+Green+Blue) = 208+191+204=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFCC is #2F4033. Grayscale: #C5C5C5. Windows color (decimal): -3096628 or 13418448. OLE color: 13418448.

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

Color convert

RGB208191204-
CMYK00.080.020.18
HSL314.12º15.32%78.24%-
HSV(B)314.12º8.17%81.57%-
XYZ55.5455.0364.82-
YUV197.56131.63135.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=34.49%
G=31.67%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819120400.080.020.18314.1215.3278.24
HexD0BFCC0821213af4e
Octal32027731401022247217116
Binary11010000101111111100110001000101001010011101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFCC; }

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

 H1.HeaderClassName
 {
   color: #D0BFCC;
 }
 .AnyTagClassName
 {
   color: #D0BFCC;
 }
</style>
background-color css

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

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

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

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

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

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