#CBCCE7

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

Shades of Periwinkle #CBCCE7

Tints of Periwinkle #CBCCE7

Color information

#CBCCE7 (or 0xCBCCE7) is unknown color: approx Periwinkle. HEX triplet: CB, CC and E7. RGB value is (203,204,231). Sum of RGB (Red+Green+Blue) = 203+204+231=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCE7 is #343318. Grayscale: #CECECE. Windows color (decimal): -3420953 or 15191243. OLE color: 15191243.

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

Color convert

RGB203204231-
CMYK0.120.1200.09
HSL237.86º36.84%85.1%-
HSV(B)237.86º12.12%90.59%-
XYZ60.6561.6584.3-
YUV206.78141.67125.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 231 (90.62% from 255) = 36.21%
R=31.82%
G=31.97%
B=36.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032042310.120.1200.09237.8636.8485.1
HexCBCCE7CC09ee2555
Octal313314347141401135645125
Binary1100101111001100111001111100110001001111011101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCE7; }

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

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

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

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

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

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

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

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