#CCCFE2

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

Shades of Periwinkle #CCCFE2

Tints of Periwinkle #CCCFE2

Color information

#CCCFE2 (or 0xCCCFE2) is unknown color: approx Periwinkle. HEX triplet: CC, CF and E2. RGB value is (204,207,226). Sum of RGB (Red+Green+Blue) = 204+207+226=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFE2 is #33301D. Grayscale: #D0D0D0. Windows color (decimal): -3354654 or 14864332. OLE color: 14864332.

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

Color convert

RGB204207226-
CMYK0.100.0800.11
HSL231.82º27.5%84.31%-
HSV(B)231.82º9.73%88.63%-
XYZ60.9462.9580.89-
YUV208.27138.01124.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=32.03%
G=32.50%
B=35.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042072260.100.0800.11231.8227.584.31
HexCCCFE2A80Be81b54
Octal314317342121001335033124
Binary110011001100111111100010101010000101111101000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFE2; }

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

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

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

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

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

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

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

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