#CFB9DA

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

Shades of Prelude #CFB9DA

Tints of Prelude #CFB9DA

Color information

#CFB9DA (or 0xCFB9DA) is unknown color: approx Prelude. HEX triplet: CF, B9 and DA. RGB value is (207,185,218). Sum of RGB (Red+Green+Blue) = 207+185+218=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9DA is #304625. Grayscale: #C3C3C3. Windows color (decimal): -3163686 or 14334415. OLE color: 14334415.

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

Color convert

RGB207185218-
CMYK0.050.1500.15
HSL280º30.84%79.02%-
HSV(B)280º15.14%85.49%-
XYZ55.7453.0373.63-
YUV195.34140.79136.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 185 (72.66% from 255) = 30.33%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=33.93%
G=30.33%
B=35.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071852180.050.1500.1528030.8479.02
HexCFB9DA5F0F1181f4f
Octal31727133251701743037117
Binary110011111011100111011010101111101111100011000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9DA; }

 p { color: rgb(207,185,218); }

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

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

 a { background-color: rgb(207,185,218); }

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

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

 span { border-color: rgb(207,185,218); }

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