#CCCEE0

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

Shades of Periwinkle #CCCEE0

Tints of Periwinkle #CCCEE0

Color information

#CCCEE0 (or 0xCCCEE0) is unknown color: approx Periwinkle. HEX triplet: CC, CE and E0. RGB value is (204,206,224). Sum of RGB (Red+Green+Blue) = 204+206+224=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEE0 is #33311F. Grayscale: #CFCFCF. Windows color (decimal): -3354912 or 14733004. OLE color: 14733004.

HSL color Cylindrical-coordinate representation of color #CCCEE0: hue angle of 234º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCEE0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204206224-
CMYK0.090.0800.12
HSL234º24.39%83.92%-
HSV(B)234º8.93%87.84%-
XYZ60.4362.3679.37-
YUV207.45137.34125.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=32.18%
G=32.49%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042062240.090.0800.1223424.3983.92
HexCCCEE0980Cea1854
Octal314316340111001435230124
Binary110011001100111011100000100110000110011101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEE0; }

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

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

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

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

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

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

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

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