#CCCEDE

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

Shades of Periwinkle #CCCEDE

Tints of Periwinkle #CCCEDE

Color information

#CCCEDE (or 0xCCCEDE) is unknown color: approx Periwinkle. HEX triplet: CC, CE and DE. RGB value is (204,206,222). Sum of RGB (Red+Green+Blue) = 204+206+222=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEDE is #333121. Grayscale: #CFCFCF. Windows color (decimal): -3354914 or 14601932. OLE color: 14601932.

HSL color Cylindrical-coordinate representation of color #CCCEDE: hue angle of 233.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCEDE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204206222-
CMYK0.080.0700.13
HSL233.33º21.43%83.53%-
HSV(B)233.33º8.11%87.06%-
XYZ60.1662.2577.95-
YUV207.23136.34125.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 222 (87.11% from 255) = 35.13%
R=32.28%
G=32.59%
B=35.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042062220.080.0700.13233.3321.4383.53
HexCCCEDE870De91554
Octal31431633610701535125124
Binary11001100110011101101111010001110110111101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEDE; }

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

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

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

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

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

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

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

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