#CBCEEC

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

Shades of Periwinkle #CBCEEC

Tints of Periwinkle #CBCEEC

Color information

#CBCEEC (or 0xCBCEEC) is unknown color: approx Periwinkle. HEX triplet: CB, CE and EC. RGB value is (203,206,236). Sum of RGB (Red+Green+Blue) = 203+206+236=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEEC is #343113. Grayscale: #D0D0D0. Windows color (decimal): -3420436 or 15519435. OLE color: 15519435.

HSL color Cylindrical-coordinate representation of color #CBCEEC: hue angle of 234.55º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCEEC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203206236-
CMYK0.140.1300.07
HSL234.55º46.48%86.08%-
HSV(B)234.55º13.98%92.55%-
XYZ61.8462.988.24-
YUV208.52143.51124.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=31.47%
G=31.94%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032062360.140.1300.07234.5546.4886.08
HexCBCEECED07eb2e56
Octal31331635416150735356126
Binary110010111100111011101100111011010111111010111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEEC; }

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

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

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

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

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

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

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

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