#CFB5DB

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

Shades of Prelude #CFB5DB

Tints of Prelude #CFB5DB

Color information

#CFB5DB (or 0xCFB5DB) is unknown color: approx Prelude. HEX triplet: CF, B5 and DB. RGB value is (207,181,219). Sum of RGB (Red+Green+Blue) = 207+181+219=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5DB is #304A24. Grayscale: #C0C0C0. Windows color (decimal): -3164709 or 14398927. OLE color: 14398927.

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

Color convert

RGB207181219-
CMYK0.050.1700.14
HSL281.05º34.55%78.43%-
HSV(B)281.05º17.35%85.88%-
XYZ55.0451.4374.04-
YUV193.11142.61137.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=34.10%
G=29.82%
B=36.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071812190.050.1700.14281.0534.5578.43
HexCFB5DB5110E119234e
Octal31726533352101643143116
Binary11001111101101011101101110110001011101000110011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5DB; }

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

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

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

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

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

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

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

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