#CCBAD5

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

Shades of Prelude #CCBAD5

Tints of Prelude #CCBAD5

Color information

#CCBAD5 (or 0xCCBAD5) is unknown color: approx Prelude. HEX triplet: CC, BA and D5. RGB value is (204,186,213). Sum of RGB (Red+Green+Blue) = 204+186+213=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD5 is #33452A. Grayscale: #C2C2C2. Windows color (decimal): -3360043 or 14006988. OLE color: 14006988.

HSL color Cylindrical-coordinate representation of color #CCBAD5: hue angle of 280º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBAD5 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204186213-
CMYK0.040.1300.16
HSL280º24.32%78.24%-
HSV(B)280º12.68%83.53%-
XYZ54.4752.7670.26-
YUV194.46138.46134.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=33.83%
G=30.85%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041862130.040.1300.1628024.3278.24
HexCCBAD54D010118184e
Octal31427232541502043030116
Binary1100110010111010110101011001101010000100011000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAD5; }

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

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

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

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

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

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

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

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