#CCB4DA

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

Shades of Prelude #CCB4DA

Tints of Prelude #CCB4DA

Color information

#CCB4DA (or 0xCCB4DA) is unknown color: approx Prelude. HEX triplet: CC, B4 and DA. RGB value is (204,180,218). Sum of RGB (Red+Green+Blue) = 204+180+218=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4DA is #334B25. Grayscale: #BFBFBF. Windows color (decimal): -3361574 or 14333132. OLE color: 14333132.

HSL color Cylindrical-coordinate representation of color #CCB4DA: hue angle of 277.89º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB4DA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204180218-
CMYK0.060.1700.15
HSL277.89º33.93%78.04%-
HSV(B)277.89º17.43%85.49%-
XYZ53.8850.5473.25-
YUV191.51142.95136.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=33.89%
G=29.90%
B=36.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041802180.060.1700.15277.8933.9378.04
HexCCB4DA6110F116224e
Octal31426433262101742642116
Binary11001100101101001101101011010001011111000101101000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4DA; }

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

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

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

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

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

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

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

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