#CCB5DC

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

Shades of Prelude #CCB5DC

Tints of Prelude #CCB5DC

Color information

#CCB5DC (or 0xCCB5DC) is unknown color: approx Prelude. HEX triplet: CC, B5 and DC. RGB value is (204,181,220). Sum of RGB (Red+Green+Blue) = 204+181+220=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5DC is #334A23. Grayscale: #C0C0C0. Windows color (decimal): -3361316 or 14464460. OLE color: 14464460.

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

Color convert

RGB204181220-
CMYK0.070.1800.14
HSL275.38º35.78%78.63%-
HSV(B)275.38º17.73%86.27%-
XYZ54.3451.0574.7-
YUV192.32143.62136.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=33.72%
G=29.92%
B=36.36%

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
Decimal2041812200.070.1800.14275.3835.7878.63
HexCCB5DC7120E113244f
Octal31426533472201642344117
Binary11001100101101011101110011110010011101000100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5DC; }

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

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

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

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

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

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

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

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