#CCCDDD

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

Shades of Periwinkle #CCCDDD

Tints of Periwinkle #CCCDDD

Color information

#CCCDDD (or 0xCCCDDD) is unknown color: approx Periwinkle. HEX triplet: CC, CD and DD. RGB value is (204,205,221). Sum of RGB (Red+Green+Blue) = 204+205+221=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDDD is #333222. Grayscale: #CECECE. Windows color (decimal): -3355171 or 14536140. OLE color: 14536140.

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

Color convert

RGB204205221-
CMYK0.080.0700.13
HSL236.47º20%83.33%-
HSV(B)236.47º7.69%86.67%-
XYZ59.7861.7277.17-
YUV206.52136.17126.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=32.38%
G=32.54%
B=35.08%

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
Decimal2042052210.080.0700.13236.472083.33
HexCCCDDD870Dec1453
Octal31431533510701535424123
Binary11001100110011011101110110001110110111101100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDDD; }

 p { color: rgb(204,205,221); }

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

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

 a { background-color: rgb(204,205,221); }

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

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

 span { border-color: rgb(204,205,221); }

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