#CCC3D5

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

Shades of Prelude #CCC3D5

Tints of Prelude #CCC3D5

Color information

#CCC3D5 (or 0xCCC3D5) is unknown color: approx Prelude. HEX triplet: CC, C3 and D5. RGB value is (204,195,213). Sum of RGB (Red+Green+Blue) = 204+195+213=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCC3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3D5 is #333C2A. Grayscale: #C7C7C7. Windows color (decimal): -3357739 or 14009292. OLE color: 14009292.

HSL color Cylindrical-coordinate representation of color #CCC3D5: hue angle of 270º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC3D5 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204195213-
CMYK0.040.0800.16
HSL270º17.65%80%-
HSV(B)270º8.45%83.53%-
XYZ56.4356.6770.92-
YUV199.74135.48131.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 31.86%
BLUE value IS 213 (83.59% from 255) = 34.80%
R=33.33%
G=31.86%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041952130.040.0800.1627017.6580
HexCCC3D54801010e1250
Octal31430332541002041622120
Binary1100110011000011110101011001000010000100001110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3D5; }

 p { color: rgb(204,195,213); }

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

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

 a { background-color: rgb(204,195,213); }

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

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

 span { border-color: rgb(204,195,213); }

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