#CDD3E1

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

Shades of Periwinkle #CDD3E1

Tints of Periwinkle #CDD3E1

Color information

#CDD3E1 (or 0xCDD3E1) is unknown color: approx Periwinkle. HEX triplet: CD, D3 and E1. RGB value is (205,211,225). Sum of RGB (Red+Green+Blue) = 205+211+225=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDD3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3E1 is #322C1E. Grayscale: #D2D2D2. Windows color (decimal): -3288095 or 14799821. OLE color: 14799821.

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

Color convert

RGB205211225-
CMYK0.090.0600.12
HSL222º25%84.31%-
HSV(B)222º8.89%88.24%-
XYZ62.066580.51-
YUV210.8136.01123.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=31.98%
G=32.92%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052112250.090.0600.122222584.31
HexCDD3E1960Cde1954
Octal31532334111601433631124
Binary11001101110100111110000110011100110011011110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3E1; }

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

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

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

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

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

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

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

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