#CCCFE5

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

Shades of Periwinkle #CCCFE5

Tints of Periwinkle #CCCFE5

Color information

#CCCFE5 (or 0xCCCFE5) is unknown color: approx Periwinkle. HEX triplet: CC, CF and E5. RGB value is (204,207,229). Sum of RGB (Red+Green+Blue) = 204+207+229=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFE5 is #33301A. Grayscale: #D0D0D0. Windows color (decimal): -3354651 or 15060940. OLE color: 15060940.

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

Color convert

RGB204207229-
CMYK0.110.1000.10
HSL232.8º32.47%84.9%-
HSV(B)232.8º10.92%89.8%-
XYZ61.3663.1283.08-
YUV208.61139.51124.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=31.88%
G=32.34%
B=35.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042072290.110.1000.10232.832.4784.9
HexCCCFE5BA0Ae92055
Octal314317345131201235140125
Binary1100110011001111111001011011101001010111010011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFE5; }

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

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

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

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

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

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

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

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