#CDD1EA

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

Shades of Periwinkle #CDD1EA

Tints of Periwinkle #CDD1EA

Color information

#CDD1EA (or 0xCDD1EA) is unknown color: approx Periwinkle. HEX triplet: CD, D1 and EA. RGB value is (205,209,234). Sum of RGB (Red+Green+Blue) = 205+209+234=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1EA is #322E15. Grayscale: #D2D2D2. Windows color (decimal): -3288598 or 15389133. OLE color: 15389133.

HSL color Cylindrical-coordinate representation of color #CDD1EA: hue angle of 231.72º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD1EA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205209234-
CMYK0.120.1100.08
HSL231.72º40.85%86.08%-
HSV(B)231.72º12.39%91.76%-
XYZ62.8364.5286.98-
YUV210.65141.17123.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=31.64%
G=32.25%
B=36.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052092340.120.1100.08231.7240.8586.08
HexCDD1EACB08e82956
Octal315321352141301035051126
Binary1100110111010001111010101100101101000111010001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1EA; }

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

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

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

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

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

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

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

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