#CFB9D5

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

Shades of Prelude #CFB9D5

Tints of Prelude #CFB9D5

Color information

#CFB9D5 (or 0xCFB9D5) is unknown color: approx Prelude. HEX triplet: CF, B9 and D5. RGB value is (207,185,213). Sum of RGB (Red+Green+Blue) = 207+185+213=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFB9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9D5 is #30462A. Grayscale: #C2C2C2. Windows color (decimal): -3163691 or 14006735. OLE color: 14006735.

HSL color Cylindrical-coordinate representation of color #CFB9D5: hue angle of 287.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB9D5 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207185213-
CMYK0.030.1300.16
HSL287.14º25%78.04%-
HSV(B)287.14º13.15%83.53%-
XYZ55.0952.7770.23-
YUV194.77138.29136.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=34.21%
G=30.58%
B=35.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071852130.030.1300.16287.142578.04
HexCFB9D53D01011f194e
Octal31727132531502043731116
Binary110011111011100111010101111101010000100011111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9D5; }

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

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

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

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

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

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

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

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