#CCBBD6

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

Shades of Prelude #CCBBD6

Tints of Prelude #CCBBD6

Color information

#CCBBD6 (or 0xCCBBD6) is unknown color: approx Prelude. HEX triplet: CC, BB and D6. RGB value is (204,187,214). Sum of RGB (Red+Green+Blue) = 204+187+214=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD6 is #334429. Grayscale: #C3C3C3. Windows color (decimal): -3359786 or 14072780. OLE color: 14072780.

HSL color Cylindrical-coordinate representation of color #CCBBD6: hue angle of 277.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBBD6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204187214-
CMYK0.050.1300.16
HSL277.78º24.77%78.63%-
HSV(B)277.78º12.62%83.92%-
XYZ54.8153.2371-
YUV195.16138.63134.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 214 (83.98% from 255) = 35.37%
R=33.72%
G=30.91%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041872140.050.1300.16277.7824.7778.63
HexCCBBD65D010116194f
Octal31427332651502042631117
Binary1100110010111011110101101011101010000100010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBD6; }

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

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

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

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

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

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

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

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