#CCBCDA

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

Shades of Prelude #CCBCDA

Tints of Prelude #CCBCDA

Color information

#CCBCDA (or 0xCCBCDA) is unknown color: approx Prelude. HEX triplet: CC, BC and DA. RGB value is (204,188,218). Sum of RGB (Red+Green+Blue) = 204+188+218=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCDA is #334325. Grayscale: #C4C4C4. Windows color (decimal): -3359526 or 14335180. OLE color: 14335180.

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

Color convert

RGB204188218-
CMYK0.060.1400.15
HSL272º28.85%79.61%-
HSV(B)272º13.76%85.49%-
XYZ55.5453.8773.8-
YUV196.2140.3133.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=33.44%
G=30.82%
B=35.74%

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
Decimal2041882180.060.1400.1527228.8579.61
HexCCBCDA6E0F1101d50
Octal31427433261601742035120
Binary110011001011110011011010110111001111100010000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCDA; }

 p { color: rgb(204,188,218); }

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

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

 a { background-color: rgb(204,188,218); }

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

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

 span { border-color: rgb(204,188,218); }

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