#CDAFBE

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

Shades of Maverick #CDAFBE

Tints of Maverick #CDAFBE

Color information

#CDAFBE (or 0xCDAFBE) is unknown color: approx Maverick. HEX triplet: CD, AF and BE. RGB value is (205,175,190). Sum of RGB (Red+Green+Blue) = 205+175+190=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFBE is #325041. Grayscale: #B9B9B9. Windows color (decimal): -3297346 or 12496845. OLE color: 12496845.

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

Color convert

RGB205175190-
CMYK00.150.070.20
HSL330º23.08%74.51%-
HSV(B)330º14.63%80.39%-
XYZ49.847.3655.23-
YUV185.68130.44141.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=35.96%
G=30.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517519000.150.070.2033023.0874.51
HexCDAFBE0F71414a174b
Octal31525727601772451227113
Binary1100110110101111101111100111111110100101001010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFBE; }

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

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

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

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

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

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

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

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