#CBCDE1

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

Shades of Periwinkle #CBCDE1

Tints of Periwinkle #CBCDE1

Color information

#CBCDE1 (or 0xCBCDE1) is unknown color: approx Periwinkle. HEX triplet: CB, CD and E1. RGB value is (203,205,225). Sum of RGB (Red+Green+Blue) = 203+205+225=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDE1 is #34321E. Grayscale: #CECECE. Windows color (decimal): -3420703 or 14798283. OLE color: 14798283.

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

Color convert

RGB203205225-
CMYK0.100.0900.12
HSL234.55º26.83%83.92%-
HSV(B)234.55º9.78%88.24%-
XYZ60.0561.880-
YUV206.68138.34125.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=32.07%
G=32.39%
B=35.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032052250.100.0900.12234.5526.8383.92
HexCBCDE1A90Ceb1b54
Octal313315341121101435333124
Binary110010111100110111100001101010010110011101011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDE1; }

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

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

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

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

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

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

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

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