#CCCDE5

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

Shades of Periwinkle #CCCDE5

Tints of Periwinkle #CCCDE5

Color information

#CCCDE5 (or 0xCCCDE5) is unknown color: approx Periwinkle. HEX triplet: CC, CD and E5. RGB value is (204,205,229). Sum of RGB (Red+Green+Blue) = 204+205+229=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDE5 is #33321A. Grayscale: #CFCFCF. Windows color (decimal): -3355163 or 15060428. OLE color: 15060428.

HSL color Cylindrical-coordinate representation of color #CCCDE5: hue angle of 237.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCDE5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204205229-
CMYK0.110.1000.10
HSL237.6º32.47%84.9%-
HSV(B)237.6º10.92%89.8%-
XYZ60.8862.1682.92-
YUV207.44140.17125.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=31.97%
G=32.13%
B=35.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042052290.110.1000.10237.632.4784.9
HexCCCDE5BA0Aee2055
Octal314315345131201235640125
Binary1100110011001101111001011011101001010111011101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDE5; }

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

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

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

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

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

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

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

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