#CBCEE7

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

Shades of Periwinkle #CBCEE7

Tints of Periwinkle #CBCEE7

Color information

#CBCEE7 (or 0xCBCEE7) is unknown color: approx Periwinkle. HEX triplet: CB, CE and E7. RGB value is (203,206,231). Sum of RGB (Red+Green+Blue) = 203+206+231=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEE7 is #343118. Grayscale: #CFCFCF. Windows color (decimal): -3420441 or 15191755. OLE color: 15191755.

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

Color convert

RGB203206231-
CMYK0.120.1100.09
HSL233.57º36.84%85.1%-
HSV(B)233.57º12.12%90.59%-
XYZ61.1262.6184.46-
YUV207.95141.01124.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=31.72%
G=32.19%
B=36.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032062310.120.1100.09233.5736.8485.1
HexCBCEE7CB09ea2555
Octal313316347141301135245125
Binary1100101111001110111001111100101101001111010101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEE7; }

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

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

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

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

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

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

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

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