#CED1DE

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

Shades of Periwinkle #CED1DE

Tints of Periwinkle #CED1DE

Color information

#CED1DE (or 0xCED1DE) is unknown color: approx Periwinkle. HEX triplet: CE, D1 and DE. RGB value is (206,209,222). Sum of RGB (Red+Green+Blue) = 206+209+222=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #CED1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DE is #312E21. Grayscale: #D1D1D1. Windows color (decimal): -3223074 or 14602702. OLE color: 14602702.

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

Color convert

RGB206209222-
CMYK0.070.0600.13
HSL228.75º19.51%83.92%-
HSV(B)228.75º7.21%87.06%-
XYZ61.446478.22-
YUV209.58135.01125.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=32.34%
G=32.81%
B=34.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062092220.070.0600.13228.7519.5183.92
HexCED1DE760De51454
Octal3163213367601534524124
Binary1100111011010001110111101111100110111100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1DE; }

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

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

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

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

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

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

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

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