#CED1E8

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

Shades of Periwinkle #CED1E8

Tints of Periwinkle #CED1E8

Color information

#CED1E8 (or 0xCED1E8) is unknown color: approx Periwinkle. HEX triplet: CE, D1 and E8. RGB value is (206,209,232). Sum of RGB (Red+Green+Blue) = 206+209+232=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #CED1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1E8 is #312E17. Grayscale: #D2D2D2. Windows color (decimal): -3223064 or 15258062. OLE color: 15258062.

HSL color Cylindrical-coordinate representation of color #CED1E8: hue angle of 233.08º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED1E8 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206209232-
CMYK0.110.1000.09
HSL233.08º36.11%85.88%-
HSV(B)233.08º11.21%90.98%-
XYZ62.8264.5585.49-
YUV210.72140.01124.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 209 (82.03% from 255) = 32.30%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=31.84%
G=32.30%
B=35.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062092320.110.1000.09233.0836.1185.88
HexCED1E8BA09e92456
Octal316321350131201135144126
Binary1100111011010001111010001011101001001111010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1E8; }

 p { color: rgb(206,209,232); }

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

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

 a { background-color: rgb(206,209,232); }

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

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

 span { border-color: rgb(206,209,232); }

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