#CBCEE0

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

Shades of Periwinkle #CBCEE0

Tints of Periwinkle #CBCEE0

Color information

#CBCEE0 (or 0xCBCEE0) is unknown color: approx Periwinkle. HEX triplet: CB, CE and E0. RGB value is (203,206,224). Sum of RGB (Red+Green+Blue) = 203+206+224=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEE0 is #34311F. Grayscale: #CFCFCF. Windows color (decimal): -3420448 or 14733003. OLE color: 14733003.

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

Color convert

RGB203206224-
CMYK0.090.0800.12
HSL231.43º25.3%83.73%-
HSV(B)231.43º9.38%87.84%-
XYZ60.1562.2279.36-
YUV207.16137.51125.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=32.07%
G=32.54%
B=35.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032062240.090.0800.12231.4325.383.73
HexCBCEE0980Ce71954
Octal313316340111001434731124
Binary110010111100111011100000100110000110011100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEE0; }

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

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

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

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

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

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

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

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