#CBCFEA

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

Shades of Periwinkle #CBCFEA

Tints of Periwinkle #CBCFEA

Color information

#CBCFEA (or 0xCBCFEA) is unknown color: approx Periwinkle. HEX triplet: CB, CF and EA. RGB value is (203,207,234). Sum of RGB (Red+Green+Blue) = 203+207+234=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBCFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFEA is #343015. Grayscale: #D0D0D0. Windows color (decimal): -3420182 or 15388619. OLE color: 15388619.

HSL color Cylindrical-coordinate representation of color #CBCFEA: hue angle of 232.26º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBCFEA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203207234-
CMYK0.130.1200.08
HSL232.26º42.47%85.69%-
HSV(B)232.26º13.25%91.76%-
XYZ61.7963.2686.8-
YUV208.88142.17123.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.52%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=31.52%
G=32.14%
B=36.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032072340.130.1200.08232.2642.4785.69
HexCBCFEADC08e82a56
Octal313317352151401035052126
Binary1100101111001111111010101101110001000111010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFEA; }

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

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

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

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

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

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

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

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