#CDBECA

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

Shades of Maverick #CDBECA

Tints of Maverick #CDBECA

Color information

#CDBECA (or 0xCDBECA) is unknown color: approx Maverick. HEX triplet: CD, BE and CA. RGB value is (205,190,202). Sum of RGB (Red+Green+Blue) = 205+190+202=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBECA is #324135. Grayscale: #C3C3C3. Windows color (decimal): -3293494 or 13287117. OLE color: 13287117.

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

Color convert

RGB205190202-
CMYK00.070.010.20
HSL312º13.04%77.45%-
HSV(B)312º7.32%80.39%-
XYZ54.2554.0763.45-
YUV195.85131.47134.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=34.34%
G=31.83%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519020200.070.010.2031213.0477.45
HexCDBECA07114138d4d
Octal3152763120712447015115
Binary110011011011111011001010011111010010011100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBECA; }

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

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

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

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

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

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

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

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