#CDD0EA

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

Shades of Periwinkle #CDD0EA

Tints of Periwinkle #CDD0EA

Color information

#CDD0EA (or 0xCDD0EA) is unknown color: approx Periwinkle. HEX triplet: CD, D0 and EA. RGB value is (205,208,234). Sum of RGB (Red+Green+Blue) = 205+208+234=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0EA is #322F15. Grayscale: #D1D1D1. Windows color (decimal): -3288854 or 15388877. OLE color: 15388877.

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

Color convert

RGB205208234-
CMYK0.120.1100.08
HSL233.79º40.85%86.08%-
HSV(B)233.79º12.39%91.76%-
XYZ62.5864.0386.9-
YUV210.07141.51124.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 208 (81.64% from 255) = 32.15%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=31.68%
G=32.15%
B=36.17%

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
Decimal2052082340.120.1100.08233.7940.8586.08
HexCDD0EACB08ea2956
Octal315320352141301035251126
Binary1100110111010000111010101100101101000111010101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0EA; }

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

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

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

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

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

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

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

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