#CED0DF

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

Shades of Periwinkle #CED0DF

Tints of Periwinkle #CED0DF

Color information

#CED0DF (or 0xCED0DF) is unknown color: approx Periwinkle. HEX triplet: CE, D0 and DF. RGB value is (206,208,223). Sum of RGB (Red+Green+Blue) = 206+208+223=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0DF is #312F20. Grayscale: #D1D1D1. Windows color (decimal): -3223329 or 14667982. OLE color: 14667982.

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

Color convert

RGB206208223-
CMYK0.080.0700.13
HSL232.94º20.99%84.12%-
HSV(B)232.94º7.62%87.45%-
XYZ61.3363.5678.85-
YUV209.11135.84125.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=32.34%
G=32.65%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062082230.080.0700.13232.9420.9984.12
HexCED0DF870De91554
Octal31632033710701535125124
Binary11001110110100001101111110001110110111101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED0DF; }

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

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

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

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

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

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

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

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