#CBCCE5

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

Shades of Periwinkle #CBCCE5

Tints of Periwinkle #CBCCE5

Color information

#CBCCE5 (or 0xCBCCE5) is unknown color: approx Periwinkle. HEX triplet: CB, CC and E5. RGB value is (203,204,229). Sum of RGB (Red+Green+Blue) = 203+204+229=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCE5 is #34331A. Grayscale: #CECECE. Windows color (decimal): -3420955 or 15060171. OLE color: 15060171.

HSL color Cylindrical-coordinate representation of color #CBCCE5: hue angle of 237.69º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCCE5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203204229-
CMYK0.110.1100.10
HSL237.69º33.33%84.71%-
HSV(B)237.69º11.35%89.8%-
XYZ60.3661.5482.83-
YUV206.55140.67125.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 229 (89.84% from 255) = 36.01%
R=31.92%
G=32.08%
B=36.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032042290.110.1100.10237.6933.3384.71
HexCBCCE5BB0Aee2155
Octal313314345131301235641125
Binary1100101111001100111001011011101101010111011101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCE5; }

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

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

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

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

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

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

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

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