#CCC0D3

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

Shades of Prelude #CCC0D3

Tints of Prelude #CCC0D3

Color information

#CCC0D3 (or 0xCCC0D3) is unknown color: approx Prelude. HEX triplet: CC, C0 and D3. RGB value is (204,192,211). Sum of RGB (Red+Green+Blue) = 204+192+211=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCC0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0D3 is #333F2C. Grayscale: #C5C5C5. Windows color (decimal): -3358509 or 13877452. OLE color: 13877452.

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

Color convert

RGB204192211-
CMYK0.030.0900.17
HSL277.89º17.76%79.02%-
HSV(B)277.89º9%82.75%-
XYZ55.5155.2469.36-
YUV197.75135.48132.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 211 (82.81% from 255) = 34.76%
R=33.61%
G=31.63%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041922110.030.0900.17277.8917.7679.02
HexCCC0D339011116124f
Octal31430032331102142622117
Binary110011001100000011010011111001010001100010110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0D3; }

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

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

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

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

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

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

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

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