#CBCDE7

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

Shades of Periwinkle #CBCDE7

Tints of Periwinkle #CBCDE7

Color information

#CBCDE7 (or 0xCBCDE7) is unknown color: approx Periwinkle. HEX triplet: CB, CD and E7. RGB value is (203,205,231). Sum of RGB (Red+Green+Blue) = 203+205+231=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBCDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDE7 is #343218. Grayscale: #CFCFCF. Windows color (decimal): -3420697 or 15191499. OLE color: 15191499.

HSL color Cylindrical-coordinate representation of color #CBCDE7: hue angle of 235.71º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCDE7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203205231-
CMYK0.120.1100.09
HSL235.71º36.84%85.1%-
HSV(B)235.71º12.12%90.59%-
XYZ60.8862.1384.38-
YUV207.37141.34124.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 231 (90.62% from 255) = 36.15%
R=31.77%
G=32.08%
B=36.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032052310.120.1100.09235.7136.8485.1
HexCBCDE7CB09ec2555
Octal313315347141301135445125
Binary1100101111001101111001111100101101001111011001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDE7; }

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

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

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

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

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

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

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

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