#CBD1EB

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

Shades of Periwinkle #CBD1EB

Tints of Periwinkle #CBD1EB

Color information

#CBD1EB (or 0xCBD1EB) is unknown color: approx Periwinkle. HEX triplet: CB, D1 and EB. RGB value is (203,209,235). Sum of RGB (Red+Green+Blue) = 203+209+235=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1EB is #342E14. Grayscale: #D2D2D2. Windows color (decimal): -3419669 or 15454667. OLE color: 15454667.

HSL color Cylindrical-coordinate representation of color #CBD1EB: hue angle of 228.75º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD1EB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203209235-
CMYK0.140.1100.08
HSL228.75º44.44%85.88%-
HSV(B)228.75º13.62%92.16%-
XYZ62.4264.387.72-
YUV210.17142.01122.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 209 (82.03% from 255) = 32.30%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=31.38%
G=32.30%
B=36.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032092350.140.1100.08228.7544.4485.88
HexCBD1EBEB08e52c56
Octal313321353161301034554126
Binary1100101111010001111010111110101101000111001011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1EB; }

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

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

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

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

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

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

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

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