#CBD0ED

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

Shades of Periwinkle #CBD0ED

Tints of Periwinkle #CBD0ED

Color information

#CBD0ED (or 0xCBD0ED) is unknown color: approx Periwinkle. HEX triplet: CB, D0 and ED. RGB value is (203,208,237). Sum of RGB (Red+Green+Blue) = 203+208+237=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0ED is #342F12. Grayscale: #D1D1D1. Windows color (decimal): -3419923 or 15585483. OLE color: 15585483.

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

Color convert

RGB203208237-
CMYK0.140.1200.07
HSL231.18º48.57%86.27%-
HSV(B)231.18º14.35%92.94%-
XYZ62.4763.9289.17-
YUV209.81143.34123.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 208 (81.64% from 255) = 32.10%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=31.33%
G=32.10%
B=36.57%

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
Decimal2032082370.140.1200.07231.1848.5786.27
HexCBD0EDEC07e73156
Octal31332035516140734761126
Binary110010111101000011101101111011000111111001111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0ED; }

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

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

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

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

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

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

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

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