#CCCFE8

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

Shades of Periwinkle #CCCFE8

Tints of Periwinkle #CCCFE8

Color information

#CCCFE8 (or 0xCCCFE8) is unknown color: approx Periwinkle. HEX triplet: CC, CF and E8. RGB value is (204,207,232). Sum of RGB (Red+Green+Blue) = 204+207+232=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCCFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFE8 is #333017. Grayscale: #D0D0D0. Windows color (decimal): -3354648 or 15257548. OLE color: 15257548.

HSL color Cylindrical-coordinate representation of color #CCCFE8: hue angle of 233.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCFE8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204207232-
CMYK0.120.1100.09
HSL233.57º37.84%85.49%-
HSV(B)233.57º12.07%90.98%-
XYZ61.7863.2985.3-
YUV208.95141.01124.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 232 (91.02% from 255) = 36.08%
R=31.73%
G=32.19%
B=36.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042072320.120.1100.09233.5737.8485.49
HexCCCFE8CB09ea2655
Octal314317350141301135246125
Binary1100110011001111111010001100101101001111010101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFE8; }

 p { color: rgb(204,207,232); }

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

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

 a { background-color: rgb(204,207,232); }

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

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

 span { border-color: rgb(204,207,232); }

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