#CCBAD6

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

Shades of Prelude #CCBAD6

Tints of Prelude #CCBAD6

Color information

#CCBAD6 (or 0xCCBAD6) is unknown color: approx Prelude. HEX triplet: CC, BA and D6. RGB value is (204,186,214). Sum of RGB (Red+Green+Blue) = 204+186+214=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD6 is #334529. Grayscale: #C2C2C2. Windows color (decimal): -3360042 or 14072524. OLE color: 14072524.

HSL color Cylindrical-coordinate representation of color #CCBAD6: hue angle of 278.57º degrees, saturation: 0.25, 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 #CCBAD6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204186214-
CMYK0.050.1300.16
HSL278.57º25.45%78.43%-
HSV(B)278.57º13.08%83.92%-
XYZ54.652.8170.93-
YUV194.57138.96134.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=33.77%
G=30.79%
B=35.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041862140.050.1300.16278.5725.4578.43
HexCCBAD65D010117194e
Octal31427232651502042731116
Binary1100110010111010110101101011101010000100010111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAD6; }

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

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

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

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

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

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

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

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