#CCBAD0

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

Shades of Prelude #CCBAD0

Tints of Prelude #CCBAD0

Color information

#CCBAD0 (or 0xCCBAD0) is unknown color: approx Prelude. HEX triplet: CC, BA and D0. RGB value is (204,186,208). Sum of RGB (Red+Green+Blue) = 204+186+208=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD0 is #33452F. Grayscale: #C1C1C1. Windows color (decimal): -3360048 or 13679308. OLE color: 13679308.

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

Color convert

RGB204186208-
CMYK0.020.1100.18
HSL289.09º18.97%77.25%-
HSV(B)289.09º10.58%81.57%-
XYZ53.8552.5166.97-
YUV193.89135.96135.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=34.11%
G=31.10%
B=34.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041862080.020.1100.18289.0918.9777.25
HexCCBAD02B012121134d
Octal31427232021302244123115
Binary110011001011101011010000101011010010100100001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAD0; }

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

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

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

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

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

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

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

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