#CFB9D8

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

Shades of Prelude #CFB9D8

Tints of Prelude #CFB9D8

Color information

#CFB9D8 (or 0xCFB9D8) is unknown color: approx Prelude. HEX triplet: CF, B9 and D8. RGB value is (207,185,216). Sum of RGB (Red+Green+Blue) = 207+185+216=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9D8 is #304627. Grayscale: #C3C3C3. Windows color (decimal): -3163688 or 14203343. OLE color: 14203343.

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

Color convert

RGB207185216-
CMYK0.040.1400.15
HSL282.58º28.44%78.63%-
HSV(B)282.58º14.35%84.71%-
XYZ55.4852.9272.26-
YUV195.11139.79136.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=34.05%
G=30.43%
B=35.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071852160.040.1400.15282.5828.4478.63
HexCFB9D84E0F11b1c4f
Octal31727133041601743334117
Binary110011111011100111011000100111001111100011011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9D8; }

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

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

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

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

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

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

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

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