#CCCDDE

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

Shades of Periwinkle #CCCDDE

Tints of Periwinkle #CCCDDE

Color information

#CCCDDE (or 0xCCCDDE) is unknown color: approx Periwinkle. HEX triplet: CC, CD and DE. RGB value is (204,205,222). Sum of RGB (Red+Green+Blue) = 204+205+222=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDDE is #333221. Grayscale: #CECECE. Windows color (decimal): -3355170 or 14601676. OLE color: 14601676.

HSL color Cylindrical-coordinate representation of color #CCCDDE: hue angle of 236.67º 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 #CCCDDE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204205222-
CMYK0.080.0800.13
HSL236.67º21.43%83.53%-
HSV(B)236.67º8.11%87.06%-
XYZ59.9261.7777.87-
YUV206.64136.67126.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 222 (87.11% from 255) = 35.18%
R=32.33%
G=32.49%
B=35.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042052220.080.0800.13236.6721.4383.53
HexCCCDDE880Ded1554
Octal314315336101001535525124
Binary110011001100110111011110100010000110111101101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDDE; }

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

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

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

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

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

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

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

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