#CDBDCA

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

Shades of Maverick #CDBDCA

Tints of Maverick #CDBDCA

Color information

#CDBDCA (or 0xCDBDCA) is unknown color: approx Maverick. HEX triplet: CD, BD and CA. RGB value is (205,189,202). Sum of RGB (Red+Green+Blue) = 205+189+202=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDCA is #324235. Grayscale: #C3C3C3. Windows color (decimal): -3293750 or 13286861. OLE color: 13286861.

HSL color Cylindrical-coordinate representation of color #CDBDCA: hue angle of 311.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBDCA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205189202-
CMYK00.080.010.20
HSL311.25º13.79%77.25%-
HSV(B)311.25º7.8%80.39%-
XYZ54.0453.6463.38-
YUV195.27131.8134.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=34.40%
G=31.71%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518920200.080.010.20311.2513.7977.25
HexCDBDCA08114137e4d
Octal31527531201012446716115
Binary1100110110111101110010100100011010010011011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDCA; }

 p { color: rgb(205,189,202); }

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

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

 a { background-color: rgb(205,189,202); }

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

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

 span { border-color: rgb(205,189,202); }

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