#CDD1E1

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

Shades of Periwinkle #CDD1E1

Tints of Periwinkle #CDD1E1

Color information

#CDD1E1 (or 0xCDD1E1) is unknown color: approx Periwinkle. HEX triplet: CD, D1 and E1. RGB value is (205,209,225). Sum of RGB (Red+Green+Blue) = 205+209+225=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDD1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1E1 is #322E1E. Grayscale: #D1D1D1. Windows color (decimal): -3288607 or 14799309. OLE color: 14799309.

HSL color Cylindrical-coordinate representation of color #CDD1E1: hue angle of 228º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDD1E1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205209225-
CMYK0.090.0700.12
HSL228º25%84.31%-
HSV(B)228º8.89%88.24%-
XYZ61.5764.0280.35-
YUV209.63136.67124.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 209 (82.03% from 255) = 32.71%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=32.08%
G=32.71%
B=35.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052092250.090.0700.122282584.31
HexCDD1E1970Ce41954
Octal31532134111701434431124
Binary11001101110100011110000110011110110011100100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1E1; }

 p { color: rgb(205,209,225); }

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

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

 a { background-color: rgb(205,209,225); }

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

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

 span { border-color: rgb(205,209,225); }

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