#CDBEC9

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

Shades of Maverick #CDBEC9

Tints of Maverick #CDBEC9

Color information

#CDBEC9 (or 0xCDBEC9) is unknown color: approx Maverick. HEX triplet: CD, BE and C9. RGB value is (205,190,201). Sum of RGB (Red+Green+Blue) = 205+190+201=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC9 is #324136. Grayscale: #C3C3C3. Windows color (decimal): -3293495 or 13221581. OLE color: 13221581.

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

Color convert

RGB205190201-
CMYK00.070.020.20
HSL316º13.04%77.45%-
HSV(B)316º7.32%80.39%-
XYZ54.1354.0262.83-
YUV195.74130.97134.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=34.40%
G=31.88%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519020100.070.020.2031613.0477.45
HexCDBEC90721413cd4d
Octal3152763110722447415115
Binary1100110110111110110010010111101010010011110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEC9; }

 p { color: rgb(205,190,201); }

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

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

 a { background-color: rgb(205,190,201); }

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

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

 span { border-color: rgb(205,190,201); }

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