#CCB2DC

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

Shades of Prelude #CCB2DC

Tints of Prelude #CCB2DC

Color information

#CCB2DC (or 0xCCB2DC) is unknown color: approx Prelude. HEX triplet: CC, B2 and DC. RGB value is (204,178,220). Sum of RGB (Red+Green+Blue) = 204+178+220=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2DC is #334D23. Grayscale: #BEBEBE. Windows color (decimal): -3362084 or 14463692. OLE color: 14463692.

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

Color convert

RGB204178220-
CMYK0.070.1900.14
HSL277.14º37.5%78.04%-
HSV(B)277.14º19.09%86.27%-
XYZ53.7449.8574.5-
YUV190.56144.61137.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=33.89%
G=29.57%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041782200.070.1900.14277.1437.578.04
HexCCB2DC7130E115254e
Octal31426233472301642545116
Binary11001100101100101101110011110011011101000101011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2DC; }

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

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

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

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

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

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

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

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