#CCCEE4

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

Shades of Periwinkle #CCCEE4

Tints of Periwinkle #CCCEE4

Color information

#CCCEE4 (or 0xCCCEE4) is unknown color: approx Periwinkle. HEX triplet: CC, CE and E4. RGB value is (204,206,228). Sum of RGB (Red+Green+Blue) = 204+206+228=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEE4 is #33311B. Grayscale: #CFCFCF. Windows color (decimal): -3354908 or 14995148. OLE color: 14995148.

HSL color Cylindrical-coordinate representation of color #CCCEE4: hue angle of 235º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCEE4 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204206228-
CMYK0.110.1000.11
HSL235º30.77%84.71%-
HSV(B)235º10.53%89.41%-
XYZ60.9862.5882.26-
YUV207.91139.34125.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=31.97%
G=32.29%
B=35.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042062280.110.1000.1123530.7784.71
HexCCCEE4BA0Beb1f55
Octal314316344131201335337125
Binary110011001100111011100100101110100101111101011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEE4; }

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

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

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

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

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

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

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

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