#CBCCE1

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

Shades of Periwinkle #CBCCE1

Tints of Periwinkle #CBCCE1

Color information

#CBCCE1 (or 0xCBCCE1) is unknown color: approx Periwinkle. HEX triplet: CB, CC and E1. RGB value is (203,204,225). Sum of RGB (Red+Green+Blue) = 203+204+225=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCE1 is #34331E. Grayscale: #CECECE. Windows color (decimal): -3420959 or 14798027. OLE color: 14798027.

HSL color Cylindrical-coordinate representation of color #CBCCE1: hue angle of 237.27º 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 #CBCCE1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203204225-
CMYK0.100.0900.12
HSL237.27º26.83%83.92%-
HSV(B)237.27º9.78%88.24%-
XYZ59.8161.3279.92-
YUV206.1138.67125.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=32.12%
G=32.28%
B=35.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032042250.100.0900.12237.2726.8383.92
HexCBCCE1A90Ced1b54
Octal313314341121101435533124
Binary110010111100110011100001101010010110011101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCE1; }

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

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

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

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

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

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

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

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