#CCCDDF

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

Shades of Periwinkle #CCCDDF

Tints of Periwinkle #CCCDDF

Color information

#CCCDDF (or 0xCCCDDF) is unknown color: approx Periwinkle. HEX triplet: CC, CD and DF. RGB value is (204,205,223). Sum of RGB (Red+Green+Blue) = 204+205+223=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDDF is #333220. Grayscale: #CECECE. Windows color (decimal): -3355169 or 14667212. OLE color: 14667212.

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

Color convert

RGB204205223-
CMYK0.090.0800.13
HSL236.84º22.89%83.73%-
HSV(B)236.84º8.52%87.45%-
XYZ60.0561.8378.58-
YUV206.75137.17126.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=32.28%
G=32.44%
B=35.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042052230.090.0800.13236.8422.8983.73
HexCCCDDF980Ded1754
Octal314315337111001535527124
Binary110011001100110111011111100110000110111101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDDF; }

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

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

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

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

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

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

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

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