#CECFE0

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

Shades of Periwinkle #CECFE0

Tints of Periwinkle #CECFE0

Color information

#CECFE0 (or 0xCECFE0) is unknown color: approx Periwinkle. HEX triplet: CE, CF and E0. RGB value is (206,207,224). Sum of RGB (Red+Green+Blue) = 206+207+224=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #CECFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFE0 is #31301F. Grayscale: #D0D0D0. Windows color (decimal): -3223584 or 14733262. OLE color: 14733262.

HSL color Cylindrical-coordinate representation of color #CECFE0: hue angle of 236.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECFE0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206207224-
CMYK0.080.0800.12
HSL236.67º22.5%84.31%-
HSV(B)236.67º8.04%87.84%-
XYZ61.2263.1379.48-
YUV208.64136.67126.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=32.34%
G=32.50%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062072240.080.0800.12236.6722.584.31
HexCECFE0880Ced1654
Octal316317340101001435526124
Binary110011101100111111100000100010000110011101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFE0; }

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

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

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

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

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

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

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

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