#CBCDE2

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

Shades of Periwinkle #CBCDE2

Tints of Periwinkle #CBCDE2

Color information

#CBCDE2 (or 0xCBCDE2) is unknown color: approx Periwinkle. HEX triplet: CB, CD and E2. RGB value is (203,205,226). Sum of RGB (Red+Green+Blue) = 203+205+226=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBCDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDE2 is #34321D. Grayscale: #CECECE. Windows color (decimal): -3420702 or 14863819. OLE color: 14863819.

HSL color Cylindrical-coordinate representation of color #CBCDE2: hue angle of 234.78º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCDE2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203205226-
CMYK0.100.0900.11
HSL234.78º28.4%84.12%-
HSV(B)234.78º10.18%88.63%-
XYZ60.1961.8580.72-
YUV206.8138.84125.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 226 (88.67% from 255) = 35.65%
R=32.02%
G=32.33%
B=35.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032052260.100.0900.11234.7828.484.12
HexCBCDE2A90Beb1c54
Octal313315342121101335334124
Binary110010111100110111100010101010010101111101011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDE2; }

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

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

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

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

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

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

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

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