#CBD1ED

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

Shades of Periwinkle #CBD1ED

Tints of Periwinkle #CBD1ED

Color information

#CBD1ED (or 0xCBD1ED) is unknown color: approx Periwinkle. HEX triplet: CB, D1 and ED. RGB value is (203,209,237). Sum of RGB (Red+Green+Blue) = 203+209+237=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1ED is #342E12. Grayscale: #D2D2D2. Windows color (decimal): -3419667 or 15585739. OLE color: 15585739.

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

Color convert

RGB203209237-
CMYK0.140.1200.07
HSL229.41º48.57%86.27%-
HSV(B)229.41º14.35%92.94%-
XYZ62.7264.4189.25-
YUV210.4143.01122.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=31.28%
G=32.20%
B=36.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032092370.140.1200.07229.4148.5786.27
HexCBD1EDEC07e53156
Octal31332135516140734561126
Binary110010111101000111101101111011000111111001011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1ED; }

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

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

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

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

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

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

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

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