#CBD0F0

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

Shades of Periwinkle #CBD0F0

Tints of Periwinkle #CBD0F0

Color information

#CBD0F0 (or 0xCBD0F0) is unknown color: approx Periwinkle. HEX triplet: CB, D0 and F0. RGB value is (203,208,240). Sum of RGB (Red+Green+Blue) = 203+208+240=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0F0 is #342F0F. Grayscale: #D2D2D2. Windows color (decimal): -3419920 or 15782091. OLE color: 15782091.

HSL color Cylindrical-coordinate representation of color #CBD0F0: hue angle of 231.89º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD0F0 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203208240-
CMYK0.150.1300.06
HSL231.89º55.22%86.86%-
HSV(B)231.89º15.42%94.12%-
XYZ62.9164.191.49-
YUV210.15144.84122.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=31.18%
G=31.95%
B=36.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032082400.150.1300.06231.8955.2286.86
HexCBD0F0FD06e83757
Octal31332036017150635067127
Binary110010111101000011110000111111010110111010001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0F0; }

 p { color: rgb(203,208,240); }

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

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

 a { background-color: rgb(203,208,240); }

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

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

 span { border-color: rgb(203,208,240); }

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