#CCBAD2

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

Shades of Prelude #CCBAD2

Tints of Prelude #CCBAD2

Color information

#CCBAD2 (or 0xCCBAD2) is unknown color: approx Prelude. HEX triplet: CC, BA and D2. RGB value is (204,186,210). Sum of RGB (Red+Green+Blue) = 204+186+210=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD2 is #33452D. Grayscale: #C2C2C2. Windows color (decimal): -3360046 or 13810380. OLE color: 13810380.

HSL color Cylindrical-coordinate representation of color #CCBAD2: hue angle of 285º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBAD2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204186210-
CMYK0.030.1100.18
HSL285º21.05%77.65%-
HSV(B)285º11.43%82.35%-
XYZ54.0952.6168.28-
YUV194.12136.96135.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 210 (82.42% from 255) = 35%
R=34%
G=31%
B=35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041862100.030.1100.1828521.0577.65
HexCCBAD23B01211d154e
Octal31427232231302243525116
Binary110011001011101011010010111011010010100011101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAD2; }

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

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

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

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

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

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

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

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