#CCBBD5

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

Shades of Prelude #CCBBD5

Tints of Prelude #CCBBD5

Color information

#CCBBD5 (or 0xCCBBD5) is unknown color: approx Prelude. HEX triplet: CC, BB and D5. RGB value is (204,187,213). Sum of RGB (Red+Green+Blue) = 204+187+213=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD5 is #33442A. Grayscale: #C2C2C2. Windows color (decimal): -3359787 or 14007244. OLE color: 14007244.

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

Color convert

RGB204187213-
CMYK0.040.1200.16
HSL279.23º23.64%78.43%-
HSV(B)279.23º12.21%83.53%-
XYZ54.6853.1870.33-
YUV195.05138.13134.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=33.77%
G=30.96%
B=35.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041872130.040.1200.16279.2323.6478.43
HexCCBBD54C010117184e
Octal31427332541402042730116
Binary1100110010111011110101011001100010000100010111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBD5; }

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

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

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

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

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

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

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

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