#CFBAD3

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

Shades of Prelude #CFBAD3

Tints of Prelude #CFBAD3

Color information

#CFBAD3 (or 0xCFBAD3) is unknown color: approx Prelude. HEX triplet: CF, BA and D3. RGB value is (207,186,211). Sum of RGB (Red+Green+Blue) = 207+186+211=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD3 is #30452C. Grayscale: #C3C3C3. Windows color (decimal): -3163437 or 13875919. OLE color: 13875919.

HSL color Cylindrical-coordinate representation of color #CFBAD3: hue angle of 290.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFBAD3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207186211-
CMYK0.020.1200.17
HSL290.4º22.12%77.84%-
HSV(B)290.4º11.85%82.75%-
XYZ55.0553.0968.97-
YUV195.13136.96136.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=34.27%
G=30.79%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071862110.020.1200.17290.422.1277.84
HexCFBAD32C011122164e
Octal31727232321402144226116
Binary110011111011101011010011101100010001100100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAD3; }

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

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

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

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

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

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

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

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