#CECFDF

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

Shades of Periwinkle #CECFDF

Tints of Periwinkle #CECFDF

Color information

#CECFDF (or 0xCECFDF) is unknown color: approx Periwinkle. HEX triplet: CE, CF and DF. RGB value is (206,207,223). Sum of RGB (Red+Green+Blue) = 206+207+223=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #CECFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFDF is #313020. Grayscale: #D0D0D0. Windows color (decimal): -3223585 or 14667726. OLE color: 14667726.

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

Color convert

RGB206207223-
CMYK0.080.0700.13
HSL236.47º20.99%84.12%-
HSV(B)236.47º7.62%87.45%-
XYZ61.0963.0878.77-
YUV208.52136.17126.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=32.39%
G=32.55%
B=35.06%

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
Decimal2062072230.080.0700.13236.4720.9984.12
HexCECFDF870Dec1554
Octal31631733710701535425124
Binary11001110110011111101111110001110110111101100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFDF; }

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

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

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

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

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

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

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

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