#CCB5CF

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

Shades of Prelude #CCB5CF

Tints of Prelude #CCB5CF

Color information

#CCB5CF (or 0xCCB5CF) is unknown color: approx Prelude. HEX triplet: CC, B5 and CF. RGB value is (204,181,207). Sum of RGB (Red+Green+Blue) = 204+181+207=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5CF is #334A30. Grayscale: #BEBEBE. Windows color (decimal): -3361329 or 13612492. OLE color: 13612492.

HSL color Cylindrical-coordinate representation of color #CCB5CF: hue angle of 293.08º degrees, saturation: 0.21, 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 #CCB5CF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204181207-
CMYK0.010.1300.19
HSL293.08º21.31%76.08%-
HSV(B)293.08º12.56%81.18%-
XYZ52.6950.3965.98-
YUV190.84137.12137.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=34.46%
G=30.57%
B=34.97%

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
Decimal2041812070.010.1300.19293.0821.3176.08
HexCCB5CF1D013125154c
Octal31426531711502344525114
Binary11001100101101011100111111101010011100100101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5CF; }

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

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

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

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

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

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

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

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