#CDBEC8

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

Shades of Maverick #CDBEC8

Tints of Maverick #CDBEC8

Color information

#CDBEC8 (or 0xCDBEC8) is unknown color: approx Maverick. HEX triplet: CD, BE and C8. RGB value is (205,190,200). Sum of RGB (Red+Green+Blue) = 205+190+200=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC8 is #324137. Grayscale: #C3C3C3. Windows color (decimal): -3293496 or 13156045. OLE color: 13156045.

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

Color convert

RGB205190200-
CMYK00.070.020.20
HSL320º13.04%77.45%-
HSV(B)320º7.32%80.39%-
XYZ54.0253.9862.22-
YUV195.62130.47134.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=34.45%
G=31.93%
B=33.61%

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
Decimal20519020000.070.020.2032013.0477.45
HexCDBEC807214140d4d
Octal3152763100722450015115
Binary1100110110111110110010000111101010010100000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEC8; }

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

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

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

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

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

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

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

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