#CECFDA

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

Shades of Periwinkle #CECFDA

Tints of Periwinkle #CECFDA

Color information

#CECFDA (or 0xCECFDA) is unknown color: approx Periwinkle. HEX triplet: CE, CF and DA. RGB value is (206,207,218). Sum of RGB (Red+Green+Blue) = 206+207+218=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #CECFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFDA is #313025. Grayscale: #CFCFCF. Windows color (decimal): -3223590 or 14340046. OLE color: 14340046.

HSL color Cylindrical-coordinate representation of color #CECFDA: hue angle of 235º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECFDA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206207218-
CMYK0.060.0500.15
HSL235º13.95%83.14%-
HSV(B)235º5.5%85.49%-
XYZ60.4262.8175.27-
YUV207.96133.67126.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=32.65%
G=32.81%
B=34.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062072180.060.0500.1523513.9583.14
HexCECFDA650Febe53
Octal3163173326501735316123
Binary110011101100111111011010110101011111110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFDA; }

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

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

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

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

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

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

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

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