#CCBBD1

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

Shades of Prelude #CCBBD1

Tints of Prelude #CCBBD1

Color information

#CCBBD1 (or 0xCCBBD1) is unknown color: approx Prelude. HEX triplet: CC, BB and D1. RGB value is (204,187,209). Sum of RGB (Red+Green+Blue) = 204+187+209=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD1 is #33442E. Grayscale: #C2C2C2. Windows color (decimal): -3359791 or 13745100. OLE color: 13745100.

HSL color Cylindrical-coordinate representation of color #CCBBD1: hue angle of 286.36º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBBD1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204187209-
CMYK0.020.1100.18
HSL286.36º19.3%77.65%-
HSV(B)286.36º10.53%81.96%-
XYZ54.1852.9867.69-
YUV194.59136.13134.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=34%
G=31.17%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041872090.020.1100.18286.3619.377.65
HexCCBBD12B01211e134e
Octal31427332121302243623116
Binary110011001011101111010001101011010010100011110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBD1; }

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

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

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

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

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

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

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

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