#CED1DF

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

Shades of Periwinkle #CED1DF

Tints of Periwinkle #CED1DF

Color information

#CED1DF (or 0xCED1DF) is unknown color: approx Periwinkle. HEX triplet: CE, D1 and DF. RGB value is (206,209,223). Sum of RGB (Red+Green+Blue) = 206+209+223=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DF is #312E20. Grayscale: #D1D1D1. Windows color (decimal): -3223073 or 14668238. OLE color: 14668238.

HSL color Cylindrical-coordinate representation of color #CED1DF: hue angle of 229.41º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED1DF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206209223-
CMYK0.080.0600.13
HSL229.41º20.99%84.12%-
HSV(B)229.41º7.62%87.45%-
XYZ61.5764.0578.93-
YUV209.7135.51125.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 209 (82.03% from 255) = 32.76%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=32.29%
G=32.76%
B=34.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062092230.080.0600.13229.4120.9984.12
HexCED1DF860De51554
Octal31632133710601534525124
Binary11001110110100011101111110001100110111100101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1DF; }

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

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

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

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

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

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

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

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