#CCBADB

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

Shades of Prelude #CCBADB

Tints of Prelude #CCBADB

Color information

#CCBADB (or 0xCCBADB) is unknown color: approx Prelude. HEX triplet: CC, BA and DB. RGB value is (204,186,219). Sum of RGB (Red+Green+Blue) = 204+186+219=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBADB is #334524. Grayscale: #C3C3C3. Windows color (decimal): -3360037 or 14400204. OLE color: 14400204.

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

Color convert

RGB204186219-
CMYK0.070.1500.14
HSL272.73º31.43%79.41%-
HSV(B)272.73º15.07%85.88%-
XYZ55.2553.0774.35-
YUV195.14141.46134.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=33.50%
G=30.54%
B=35.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041862190.070.1500.14272.7331.4379.41
HexCCBADB7F0E1111f4f
Octal31427233371701642137117
Binary110011001011101011011011111111101110100010001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBADB; }

 p { color: rgb(204,186,219); }

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

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

 a { background-color: rgb(204,186,219); }

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

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

 span { border-color: rgb(204,186,219); }

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