#CBD1EC

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

Shades of Periwinkle #CBD1EC

Tints of Periwinkle #CBD1EC

Color information

#CBD1EC (or 0xCBD1EC) is unknown color: approx Periwinkle. HEX triplet: CB, D1 and EC. RGB value is (203,209,236). Sum of RGB (Red+Green+Blue) = 203+209+236=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1EC is #342E13. Grayscale: #D2D2D2. Windows color (decimal): -3419668 or 15520203. OLE color: 15520203.

HSL color Cylindrical-coordinate representation of color #CBD1EC: hue angle of 229.09º 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 #CBD1EC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203209236-
CMYK0.140.1100.07
HSL229.09º46.48%86.08%-
HSV(B)229.09º13.98%92.55%-
XYZ62.5764.3588.48-
YUV210.28142.51122.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=31.33%
G=32.25%
B=36.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032092360.140.1100.07229.0946.4886.08
HexCBD1ECEB07e52e56
Octal31332135416130734556126
Binary110010111101000111101100111010110111111001011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1EC; }

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

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

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

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

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

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

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

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