#CCD1E5

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

Shades of Periwinkle #CCD1E5

Tints of Periwinkle #CCD1E5

Color information

#CCD1E5 (or 0xCCD1E5) is unknown color: approx Periwinkle. HEX triplet: CC, D1 and E5. RGB value is (204,209,229). Sum of RGB (Red+Green+Blue) = 204+209+229=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1E5 is #332E1A. Grayscale: #D1D1D1. Windows color (decimal): -3354139 or 15061452. OLE color: 15061452.

HSL color Cylindrical-coordinate representation of color #CCD1E5: hue angle of 228º 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 #CCD1E5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204209229-
CMYK0.110.0900.10
HSL228º32.47%84.9%-
HSV(B)228º10.92%89.8%-
XYZ61.8564.183.24-
YUV209.78138.84123.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 209 (82.03% from 255) = 32.55%
BLUE value IS 229 (89.84% from 255) = 35.67%
R=31.78%
G=32.55%
B=35.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042092290.110.0900.1022832.4784.9
HexCCD1E5B90Ae42055
Octal314321345131101234440125
Binary1100110011010001111001011011100101010111001001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1E5; }

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

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

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

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

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

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

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

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