#CCBAD9

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

Shades of Prelude #CCBAD9

Tints of Prelude #CCBAD9

Color information

#CCBAD9 (or 0xCCBAD9) is unknown color: approx Prelude. HEX triplet: CC, BA and D9. RGB value is (204,186,217). Sum of RGB (Red+Green+Blue) = 204+186+217=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCBAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD9 is #334526. Grayscale: #C2C2C2. Windows color (decimal): -3360039 or 14269132. OLE color: 14269132.

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

Color convert

RGB204186217-
CMYK0.060.1400.15
HSL274.84º28.97%79.02%-
HSV(B)274.84º14.29%85.1%-
XYZ54.9952.9672.97-
YUV194.92140.46134.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=33.61%
G=30.64%
B=35.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041862170.060.1400.15274.8428.9779.02
HexCCBAD96E0F1131d4f
Octal31427233161601742335117
Binary110011001011101011011001110111001111100010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAD9; }

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

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

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

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

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

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

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

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