#CCB0DC

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

Shades of Prelude #CCB0DC

Tints of Prelude #CCB0DC

Color information

#CCB0DC (or 0xCCB0DC) is unknown color: approx Prelude. HEX triplet: CC, B0 and DC. RGB value is (204,176,220). Sum of RGB (Red+Green+Blue) = 204+176+220=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DC is #334F23. Grayscale: #BDBDBD. Windows color (decimal): -3362596 or 14463180. OLE color: 14463180.

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

Color convert

RGB204176220-
CMYK0.070.200.14
HSL278.18º38.6%77.65%-
HSV(B)278.18º20%86.27%-
XYZ53.3549.0674.37-
YUV189.39145.28138.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=34%
G=29.33%
B=36.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041762200.070.200.14278.1838.677.65
HexCCB0DC7140E116274e
Octal31426033472401642647116
Binary11001100101100001101110011110100011101000101101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0DC; }

 p { color: rgb(204,176,220); }

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

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

 a { background-color: rgb(204,176,220); }

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

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

 span { border-color: rgb(204,176,220); }

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