#CBD0EE

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

Shades of Periwinkle #CBD0EE

Tints of Periwinkle #CBD0EE

Color information

#CBD0EE (or 0xCBD0EE) is unknown color: approx Periwinkle. HEX triplet: CB, D0 and EE. RGB value is (203,208,238). Sum of RGB (Red+Green+Blue) = 203+208+238=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0EE is #342F11. Grayscale: #D1D1D1. Windows color (decimal): -3419922 or 15651019. OLE color: 15651019.

HSL color Cylindrical-coordinate representation of color #CBD0EE: hue angle of 231.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD0EE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203208238-
CMYK0.150.1300.07
HSL231.43º50.72%86.47%-
HSV(B)231.43º14.71%93.33%-
XYZ62.6263.9889.94-
YUV209.92143.84123.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=31.28%
G=32.05%
B=36.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032082380.150.1300.07231.4350.7286.47
HexCBD0EEFD07e73356
Octal31332035617150734763126
Binary110010111101000011101110111111010111111001111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0EE; }

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

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

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

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

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

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

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

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