#CBCDE5

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

Shades of Periwinkle #CBCDE5

Tints of Periwinkle #CBCDE5

Color information

#CBCDE5 (or 0xCBCDE5) is unknown color: approx Periwinkle. HEX triplet: CB, CD and E5. RGB value is (203,205,229). Sum of RGB (Red+Green+Blue) = 203+205+229=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDE5 is #34321A. Grayscale: #CFCFCF. Windows color (decimal): -3420699 or 15060427. OLE color: 15060427.

HSL color Cylindrical-coordinate representation of color #CBCDE5: hue angle of 235.38º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCDE5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203205229-
CMYK0.110.1000.10
HSL235.38º33.33%84.71%-
HSV(B)235.38º11.35%89.8%-
XYZ60.662.0282.9-
YUV207.14140.34125.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=31.87%
G=32.18%
B=35.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032052290.110.1000.10235.3833.3384.71
HexCBCDE5BA0Aeb2155
Octal313315345131201235341125
Binary1100101111001101111001011011101001010111010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDE5; }

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

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

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

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

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

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

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

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