#CFB5DA

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

Shades of Prelude #CFB5DA

Tints of Prelude #CFB5DA

Color information

#CFB5DA (or 0xCFB5DA) is unknown color: approx Prelude. HEX triplet: CF, B5 and DA. RGB value is (207,181,218). Sum of RGB (Red+Green+Blue) = 207+181+218=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5DA is #304A25. Grayscale: #C0C0C0. Windows color (decimal): -3164710 or 14333391. OLE color: 14333391.

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

Color convert

RGB207181218-
CMYK0.050.1700.15
HSL282.16º33.33%78.24%-
HSV(B)282.16º16.97%85.49%-
XYZ54.9151.3873.35-
YUV192.99142.11137.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 181 (71.09% from 255) = 29.87%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=34.16%
G=29.87%
B=35.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071812180.050.1700.15282.1633.3378.24
HexCFB5DA5110F11a214e
Octal31726533252101743241116
Binary11001111101101011101101010110001011111000110101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5DA; }

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

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

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

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

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

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

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

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