#CFBAD5

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

Shades of Prelude #CFBAD5

Tints of Prelude #CFBAD5

Color information

#CFBAD5 (or 0xCFBAD5) is unknown color: approx Prelude. HEX triplet: CF, BA and D5. RGB value is (207,186,213). Sum of RGB (Red+Green+Blue) = 207+186+213=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD5 is #30452A. Grayscale: #C3C3C3. Windows color (decimal): -3163435 or 14006991. OLE color: 14006991.

HSL color Cylindrical-coordinate representation of color #CFBAD5: hue angle of 286.67º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBAD5 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207186213-
CMYK0.030.1300.16
HSL286.67º24.32%78.24%-
HSV(B)286.67º12.68%83.53%-
XYZ55.353.1970.3-
YUV195.36137.96136.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=34.16%
G=30.69%
B=35.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071862130.030.1300.16286.6724.3278.24
HexCFBAD53D01011f184e
Octal31727232531502043730116
Binary110011111011101011010101111101010000100011111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAD5; }

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

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

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

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

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

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

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

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