#CFB4DA

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

Shades of Prelude #CFB4DA

Tints of Prelude #CFB4DA

Color information

#CFB4DA (or 0xCFB4DA) is unknown color: approx Prelude. HEX triplet: CF, B4 and DA. RGB value is (207,180,218). Sum of RGB (Red+Green+Blue) = 207+180+218=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4DA is #304B25. Grayscale: #C0C0C0. Windows color (decimal): -3164966 or 14333135. OLE color: 14333135.

HSL color Cylindrical-coordinate representation of color #CFB4DA: hue angle of 282.63º degrees, saturation: 0.34, 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 #CFB4DA is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207180218-
CMYK0.050.1700.15
HSL282.63º33.93%78.04%-
HSV(B)282.63º17.43%85.49%-
XYZ54.7150.9773.28-
YUV192.4142.45138.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=34.21%
G=29.75%
B=36.03%

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
Decimal2071802180.050.1700.15282.6333.9378.04
HexCFB4DA5110F11b224e
Octal31726433252101743342116
Binary11001111101101001101101010110001011111000110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4DA; }

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

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

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

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

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

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

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

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