#CCBBCF

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

Shades of Prelude #CCBBCF

Tints of Prelude #CCBBCF

Color information

#CCBBCF (or 0xCCBBCF) is unknown color: approx Prelude. HEX triplet: CC, BB and CF. RGB value is (204,187,207). Sum of RGB (Red+Green+Blue) = 204+187+207=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBCF is #334430. Grayscale: #C2C2C2. Windows color (decimal): -3359793 or 13614028. OLE color: 13614028.

HSL color Cylindrical-coordinate representation of color #CCBBCF: hue angle of 291º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBBCF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204187207-
CMYK0.010.1000.19
HSL291º17.24%77.25%-
HSV(B)291º9.66%81.18%-
XYZ53.9352.8866.4-
YUV194.36135.13134.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=34.11%
G=31.27%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041872070.010.1000.1929117.2477.25
HexCCBBCF1A013123114d
Octal31427331711202344321115
Binary11001100101110111100111111010010011100100011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBCF; }

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

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

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

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

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

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

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

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