#CCCDE3

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

Shades of Periwinkle #CCCDE3

Tints of Periwinkle #CCCDE3

Color information

#CCCDE3 (or 0xCCCDE3) is unknown color: approx Periwinkle. HEX triplet: CC, CD and E3. RGB value is (204,205,227). Sum of RGB (Red+Green+Blue) = 204+205+227=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCCDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDE3 is #33321C. Grayscale: #CFCFCF. Windows color (decimal): -3355165 or 14929356. OLE color: 14929356.

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

Color convert

RGB204205227-
CMYK0.100.1000.11
HSL237.39º29.11%84.51%-
HSV(B)237.39º10.13%89.02%-
XYZ60.662.0581.46-
YUV207.21139.17125.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=32.08%
G=32.23%
B=35.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042052270.100.1000.11237.3929.1184.51
HexCCCDE3AA0Bed1d55
Octal314315343121201335535125
Binary110011001100110111100011101010100101111101101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDE3; }

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

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

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

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

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

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

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

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