#CCC5CE

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

Shades of Prelude #CCC5CE

Tints of Prelude #CCC5CE

Color information

#CCC5CE (or 0xCCC5CE) is unknown color: approx Prelude. HEX triplet: CC, C5 and CE. RGB value is (204,197,206). Sum of RGB (Red+Green+Blue) = 204+197+206=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CE is #333A31. Grayscale: #C8C8C8. Windows color (decimal): -3357234 or 13551052. OLE color: 13551052.

HSL color Cylindrical-coordinate representation of color #CCC5CE: hue angle of 286.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCC5CE is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204197206-
CMYK0.010.0400.19
HSL286.67º8.41%79.02%-
HSV(B)286.67º4.37%80.78%-
XYZ56.0157.2366.49-
YUV200.12131.32130.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=33.61%
G=32.45%
B=33.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041972060.010.0400.19286.678.4179.02
HexCCC5CE1401311f84f
Octal3143053161402343710117
Binary110011001100010111001110110001001110001111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5CE; }

 p { color: rgb(204,197,206); }

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

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

 a { background-color: rgb(204,197,206); }

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

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

 span { border-color: rgb(204,197,206); }

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