#CFB5D8

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

Shades of Prelude #CFB5D8

Tints of Prelude #CFB5D8

Color information

#CFB5D8 (or 0xCFB5D8) is unknown color: approx Prelude. HEX triplet: CF, B5 and D8. RGB value is (207,181,216). Sum of RGB (Red+Green+Blue) = 207+181+216=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5D8 is #304A27. Grayscale: #C0C0C0. Windows color (decimal): -3164712 or 14202319. OLE color: 14202319.

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

Color convert

RGB207181216-
CMYK0.040.1600.15
HSL284.57º30.97%77.84%-
HSV(B)284.57º16.2%84.71%-
XYZ54.6551.2771.98-
YUV192.76141.11138.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 216 (84.77% from 255) = 35.76%
R=34.27%
G=29.97%
B=35.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071812160.040.1600.15284.5730.9777.84
HexCFB5D84100F11d1f4e
Octal31726533042001743537116
Binary1100111110110101110110001001000001111100011101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5D8; }

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

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

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

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

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

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

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

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