#CCB4CF

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

Shades of Prelude #CCB4CF

Tints of Prelude #CCB4CF

Color information

#CCB4CF (or 0xCCB4CF) is unknown color: approx Prelude. HEX triplet: CC, B4 and CF. RGB value is (204,180,207). Sum of RGB (Red+Green+Blue) = 204+180+207=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4CF is #334B30. Grayscale: #BEBEBE. Windows color (decimal): -3361585 or 13612236. OLE color: 13612236.

HSL color Cylindrical-coordinate representation of color #CCB4CF: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB4CF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204180207-
CMYK0.010.1300.19
HSL293.33º21.95%75.88%-
HSV(B)293.33º13.04%81.18%-
XYZ52.4949.9865.91-
YUV190.25137.45137.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=34.52%
G=30.46%
B=35.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041802070.010.1300.19293.3321.9575.88
HexCCB4CF1D013125164c
Octal31426431711502344526114
Binary11001100101101001100111111101010011100100101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4CF; }

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

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

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

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

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

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

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

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