#CBCFE7

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

Shades of Periwinkle #CBCFE7

Tints of Periwinkle #CBCFE7

Color information

#CBCFE7 (or 0xCBCFE7) is unknown color: approx Periwinkle. HEX triplet: CB, CF and E7. RGB value is (203,207,231). Sum of RGB (Red+Green+Blue) = 203+207+231=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFE7 is #343018. Grayscale: #D0D0D0. Windows color (decimal): -3420185 or 15192011. OLE color: 15192011.

HSL color Cylindrical-coordinate representation of color #CBCFE7: hue angle of 231.43º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCFE7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203207231-
CMYK0.120.1000.09
HSL231.43º36.84%85.1%-
HSV(B)231.43º12.12%90.59%-
XYZ61.3763.0984.54-
YUV208.54140.67124.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=31.67%
G=32.29%
B=36.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032072310.120.1000.09231.4336.8485.1
HexCBCFE7CA09e72555
Octal313317347141201134745125
Binary1100101111001111111001111100101001001111001111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFE7; }

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

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

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

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

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

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

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

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