#CCB4DB

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

Shades of Prelude #CCB4DB

Tints of Prelude #CCB4DB

Color information

#CCB4DB (or 0xCCB4DB) is unknown color: approx Prelude. HEX triplet: CC, B4 and DB. RGB value is (204,180,219). Sum of RGB (Red+Green+Blue) = 204+180+219=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4DB is #334B24. Grayscale: #BFBFBF. Windows color (decimal): -3361573 or 14398668. OLE color: 14398668.

HSL color Cylindrical-coordinate representation of color #CCB4DB: hue angle of 276.92º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB4DB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204180219-
CMYK0.070.1800.14
HSL276.92º35.14%78.24%-
HSV(B)276.92º17.81%85.88%-
XYZ54.0150.5973.94-
YUV191.62143.45136.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=33.83%
G=29.85%
B=36.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041802190.070.1800.14276.9235.1478.24
HexCCB4DB7120E115234e
Octal31426433372201642543116
Binary11001100101101001101101111110010011101000101011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4DB; }

 p { color: rgb(204,180,219); }

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

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

 a { background-color: rgb(204,180,219); }

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

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

 span { border-color: rgb(204,180,219); }

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