#CBCFEC

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

Shades of Periwinkle #CBCFEC

Tints of Periwinkle #CBCFEC

Color information

#CBCFEC (or 0xCBCFEC) is unknown color: approx Periwinkle. HEX triplet: CB, CF and EC. RGB value is (203,207,236). Sum of RGB (Red+Green+Blue) = 203+207+236=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFEC is #343013. Grayscale: #D0D0D0. Windows color (decimal): -3420180 or 15519691. OLE color: 15519691.

HSL color Cylindrical-coordinate representation of color #CBCFEC: hue angle of 232.73º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCFEC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203207236-
CMYK0.140.1200.07
HSL232.73º46.48%86.08%-
HSV(B)232.73º13.98%92.55%-
XYZ62.0863.3888.32-
YUV209.11143.17123.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=31.42%
G=32.04%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032072360.140.1200.07232.7346.4886.08
HexCBCFECEC07e92e56
Octal31331735416140735156126
Binary110010111100111111101100111011000111111010011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFEC; }

 p { color: rgb(203,207,236); }

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

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

 a { background-color: rgb(203,207,236); }

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

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

 span { border-color: rgb(203,207,236); }

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