#CBCCE3

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

Shades of Periwinkle #CBCCE3

Tints of Periwinkle #CBCCE3

Color information

#CBCCE3 (or 0xCBCCE3) is unknown color: approx Periwinkle. HEX triplet: CB, CC and E3. RGB value is (203,204,227). Sum of RGB (Red+Green+Blue) = 203+204+227=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCE3 is #34331C. Grayscale: #CECECE. Windows color (decimal): -3420957 or 14929099. OLE color: 14929099.

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

Color convert

RGB203204227-
CMYK0.110.1000.11
HSL237.5º30%84.31%-
HSV(B)237.5º10.57%89.02%-
XYZ60.0961.4381.36-
YUV206.32139.67125.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 227 (89.06% from 255) = 35.80%
R=32.02%
G=32.18%
B=35.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032042270.110.1000.11237.53084.31
HexCBCCE3BA0Bee1e54
Octal313314343131201335636124
Binary110010111100110011100011101110100101111101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCE3; }

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

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

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

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

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

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

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

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