#CED0DE

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

Shades of Periwinkle #CED0DE

Tints of Periwinkle #CED0DE

Color information

#CED0DE (or 0xCED0DE) is unknown color: approx Periwinkle. HEX triplet: CE, D0 and DE. RGB value is (206,208,222). Sum of RGB (Red+Green+Blue) = 206+208+222=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: blue. Hex color #CED0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0DE is #312F21. Grayscale: #D0D0D0. Windows color (decimal): -3223330 or 14602446. OLE color: 14602446.

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

Color convert

RGB206208222-
CMYK0.070.0600.13
HSL232.5º19.51%83.92%-
HSV(B)232.5º7.21%87.06%-
XYZ61.1963.5178.14-
YUV209135.34125.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 208 (81.64% from 255) = 32.70%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=32.39%
G=32.70%
B=34.91%

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
Decimal2062082220.070.0600.13232.519.5183.92
HexCED0DE760De81454
Octal3163203367601535024124
Binary1100111011010000110111101111100110111101000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED0DE; }

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

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

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

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

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

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

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

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