#CFBADC

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

Shades of Prelude #CFBADC

Tints of Prelude #CFBADC

Color information

#CFBADC (or 0xCFBADC) is unknown color: approx Prelude. HEX triplet: CF, BA and DC. RGB value is (207,186,220). Sum of RGB (Red+Green+Blue) = 207+186+220=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBADC is #304523. Grayscale: #C4C4C4. Windows color (decimal): -3163428 or 14465743. OLE color: 14465743.

HSL color Cylindrical-coordinate representation of color #CFBADC: hue angle of 277.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBADC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207186220-
CMYK0.060.1500.14
HSL277.06º32.69%79.61%-
HSV(B)277.06º15.45%86.27%-
XYZ56.2153.5575.08-
YUV196.16141.46135.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=33.77%
G=30.34%
B=35.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071862200.060.1500.14277.0632.6979.61
HexCFBADC6F0E1152150
Octal31727233461701642541120
Binary1100111110111010110111001101111011101000101011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBADC; }

 p { color: rgb(207,186,220); }

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

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

 a { background-color: rgb(207,186,220); }

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

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

 span { border-color: rgb(207,186,220); }

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