#CCBDDA

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

Shades of Prelude #CCBDDA

Tints of Prelude #CCBDDA

Color information

#CCBDDA (or 0xCCBDDA) is unknown color: approx Prelude. HEX triplet: CC, BD and DA. RGB value is (204,189,218). Sum of RGB (Red+Green+Blue) = 204+189+218=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDDA is #334225. Grayscale: #C4C4C4. Windows color (decimal): -3359270 or 14335436. OLE color: 14335436.

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

Color convert

RGB204189218-
CMYK0.060.1300.15
HSL271.03º28.16%79.8%-
HSV(B)271.03º13.3%85.49%-
XYZ55.7554.2973.87-
YUV196.79139.97133.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=33.39%
G=30.93%
B=35.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041892180.060.1300.15271.0328.1679.8
HexCCBDDA6D0F10f1c50
Octal31427533261501741734120
Binary110011001011110111011010110110101111100001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDDA; }

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

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

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

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

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

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

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

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