#CED1E3

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

Shades of Periwinkle #CED1E3

Tints of Periwinkle #CED1E3

Color information

#CED1E3 (or 0xCED1E3) is unknown color: approx Periwinkle. HEX triplet: CE, D1 and E3. RGB value is (206,209,227). Sum of RGB (Red+Green+Blue) = 206+209+227=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #CED1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1E3 is #312E1C. Grayscale: #D2D2D2. Windows color (decimal): -3223069 or 14930382. OLE color: 14930382.

HSL color Cylindrical-coordinate representation of color #CED1E3: hue angle of 231.43º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED1E3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206209227-
CMYK0.090.0800.11
HSL231.43º27.27%84.9%-
HSV(B)231.43º9.25%89.02%-
XYZ62.1264.2781.8-
YUV210.15137.51125.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 209 (82.03% from 255) = 32.55%
BLUE value IS 227 (89.06% from 255) = 35.36%
R=32.09%
G=32.55%
B=35.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062092270.090.0800.11231.4327.2784.9
HexCED1E3980Be71b55
Octal316321343111001334733125
Binary110011101101000111100011100110000101111100111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1E3; }

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

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

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

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

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

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

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

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