#CBCDE0

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

Shades of Periwinkle #CBCDE0

Tints of Periwinkle #CBCDE0

Color information

#CBCDE0 (or 0xCBCDE0) is unknown color: approx Periwinkle. HEX triplet: CB, CD and E0. RGB value is (203,205,224). Sum of RGB (Red+Green+Blue) = 203+205+224=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDE0 is #34321F. Grayscale: #CECECE. Windows color (decimal): -3420704 or 14732747. OLE color: 14732747.

HSL color Cylindrical-coordinate representation of color #CBCDE0: hue angle of 234.29º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCDE0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203205224-
CMYK0.090.0800.12
HSL234.29º25.3%83.73%-
HSV(B)234.29º9.38%87.84%-
XYZ59.9161.7479.28-
YUV206.57137.84125.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=32.12%
G=32.44%
B=35.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032052240.090.0800.12234.2925.383.73
HexCBCDE0980Cea1954
Octal313315340111001435231124
Binary110010111100110111100000100110000110011101010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDE0; }

 p { color: rgb(203,205,224); }

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

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

 a { background-color: rgb(203,205,224); }

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

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

 span { border-color: rgb(203,205,224); }

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