#CFBAD9

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

Shades of Prelude #CFBAD9

Tints of Prelude #CFBAD9

Color information

#CFBAD9 (or 0xCFBAD9) is unknown color: approx Prelude. HEX triplet: CF, BA and D9. RGB value is (207,186,217). Sum of RGB (Red+Green+Blue) = 207+186+217=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFBAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD9 is #304526. Grayscale: #C3C3C3. Windows color (decimal): -3163431 or 14269135. OLE color: 14269135.

HSL color Cylindrical-coordinate representation of color #CFBAD9: hue angle of 280.65º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBAD9 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207186217-
CMYK0.050.1400.15
HSL280.65º28.97%79.02%-
HSV(B)280.65º14.29%85.1%-
XYZ55.8253.3973.01-
YUV195.81139.96135.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 217 (85.16% from 255) = 35.57%
R=33.93%
G=30.49%
B=35.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071862170.050.1400.15280.6528.9779.02
HexCFBAD95E0F1191d4f
Octal31727233151601743135117
Binary110011111011101011011001101111001111100011001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAD9; }

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

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

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

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

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

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

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

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