#CCBCD3

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

Shades of Prelude #CCBCD3

Tints of Prelude #CCBCD3

Color information

#CCBCD3 (or 0xCCBCD3) is unknown color: approx Prelude. HEX triplet: CC, BC and D3. RGB value is (204,188,211). Sum of RGB (Red+Green+Blue) = 204+188+211=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCD3 is #33432C. Grayscale: #C3C3C3. Windows color (decimal): -3359533 or 13876428. OLE color: 13876428.

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

Color convert

RGB204188211-
CMYK0.030.1100.17
HSL281.74º20.72%78.24%-
HSV(B)281.74º10.9%82.75%-
XYZ54.6453.5169.08-
YUV195.41136.8134.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=33.83%
G=31.18%
B=34.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041882110.030.1100.17281.7420.7278.24
HexCCBCD33B01111a154e
Octal31427432331302143225116
Binary110011001011110011010011111011010001100011010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCD3; }

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

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

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

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

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

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

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

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