#CBCFE1

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

Shades of Periwinkle #CBCFE1

Tints of Periwinkle #CBCFE1

Color information

#CBCFE1 (or 0xCBCFE1) is unknown color: approx Periwinkle. HEX triplet: CB, CF and E1. RGB value is (203,207,225). Sum of RGB (Red+Green+Blue) = 203+207+225=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFE1 is #34301E. Grayscale: #CFCFCF. Windows color (decimal): -3420191 or 14798795. OLE color: 14798795.

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

Color convert

RGB203207225-
CMYK0.100.0800.12
HSL229.09º26.83%83.92%-
HSV(B)229.09º9.78%88.24%-
XYZ60.5362.7680.16-
YUV207.86137.67124.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 225 (88.28% from 255) = 35.43%
R=31.97%
G=32.60%
B=35.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032072250.100.0800.12229.0926.8383.92
HexCBCFE1A80Ce51b54
Octal313317341121001434533124
Binary110010111100111111100001101010000110011100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFE1; }

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

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

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

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

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

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

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

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