#CCCDE4

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

Shades of Periwinkle #CCCDE4

Tints of Periwinkle #CCCDE4

Color information

#CCCDE4 (or 0xCCCDE4) is unknown color: approx Periwinkle. HEX triplet: CC, CD and E4. RGB value is (204,205,228). Sum of RGB (Red+Green+Blue) = 204+205+228=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDE4 is #33321B. Grayscale: #CFCFCF. Windows color (decimal): -3355164 or 14994892. OLE color: 14994892.

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

Color convert

RGB204205228-
CMYK0.110.1000.11
HSL237.5º30.77%84.71%-
HSV(B)237.5º10.53%89.41%-
XYZ60.7462.182.18-
YUV207.32139.67125.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=32.03%
G=32.18%
B=35.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042052280.110.1000.11237.530.7784.71
HexCCCDE4BA0Bee1f55
Octal314315344131201335637125
Binary110011001100110111100100101110100101111101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDE4; }

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

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

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

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

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

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

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

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