#CBCFED

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

Shades of Periwinkle #CBCFED

Tints of Periwinkle #CBCFED

Color information

#CBCFED (or 0xCBCFED) is unknown color: approx Periwinkle. HEX triplet: CB, CF and ED. RGB value is (203,207,237). Sum of RGB (Red+Green+Blue) = 203+207+237=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFED is #343012. Grayscale: #D1D1D1. Windows color (decimal): -3420179 or 15585227. OLE color: 15585227.

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

Color convert

RGB203207237-
CMYK0.140.1300.07
HSL232.94º48.57%86.27%-
HSV(B)232.94º14.35%92.94%-
XYZ62.2363.4489.09-
YUV209.22143.67123.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 237 (92.97% from 255) = 36.63%
R=31.38%
G=31.99%
B=36.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032072370.140.1300.07232.9448.5786.27
HexCBCFEDED07e93156
Octal31331735516150735161126
Binary110010111100111111101101111011010111111010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFED; }

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

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

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

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

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

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

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

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