#CCBBD4

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

Shades of Prelude #CCBBD4

Tints of Prelude #CCBBD4

Color information

#CCBBD4 (or 0xCCBBD4) is unknown color: approx Prelude. HEX triplet: CC, BB and D4. RGB value is (204,187,212). Sum of RGB (Red+Green+Blue) = 204+187+212=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD4 is #33442B. Grayscale: #C2C2C2. Windows color (decimal): -3359788 or 13941708. OLE color: 13941708.

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

Color convert

RGB204187212-
CMYK0.040.1200.17
HSL280.8º22.52%78.24%-
HSV(B)280.8º11.79%83.14%-
XYZ54.5653.1369.67-
YUV194.93137.63134.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=33.83%
G=31.01%
B=35.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041872120.040.1200.17280.822.5278.24
HexCCBBD44C011119174e
Octal31427332441402143127116
Binary1100110010111011110101001001100010001100011001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBD4; }

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

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

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

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

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

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

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

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