#CCCDDA

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

Shades of Periwinkle #CCCDDA

Tints of Periwinkle #CCCDDA

Color information

#CCCDDA (or 0xCCCDDA) is unknown color: approx Periwinkle. HEX triplet: CC, CD and DA. RGB value is (204,205,218). Sum of RGB (Red+Green+Blue) = 204+205+218=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDDA is #333225. Grayscale: #CECECE. Windows color (decimal): -3355174 or 14339532. OLE color: 14339532.

HSL color Cylindrical-coordinate representation of color #CCCDDA: hue angle of 235.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCDDA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204205218-
CMYK0.060.0600.15
HSL235.71º15.91%82.75%-
HSV(B)235.71º6.42%85.49%-
XYZ59.3961.5675.08-
YUV206.18134.67126.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=32.54%
G=32.70%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042052180.060.0600.15235.7115.9182.75
HexCCCDDA660Fec1053
Octal3143153326601735420123
Binary1100110011001101110110101101100111111101100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDDA; }

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

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

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

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

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

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

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

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