#CDCEE1

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

Shades of Periwinkle #CDCEE1

Tints of Periwinkle #CDCEE1

Color information

#CDCEE1 (or 0xCDCEE1) is unknown color: approx Periwinkle. HEX triplet: CD, CE and E1. RGB value is (205,206,225). Sum of RGB (Red+Green+Blue) = 205+206+225=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEE1 is #32311E. Grayscale: #CFCFCF. Windows color (decimal): -3289375 or 14798541. OLE color: 14798541.

HSL color Cylindrical-coordinate representation of color #CDCEE1: hue angle of 237º 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 #CDCEE1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205206225-
CMYK0.090.0800.12
HSL237º25%84.31%-
HSV(B)237º8.89%88.24%-
XYZ60.8462.5680.1-
YUV207.87137.67125.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=32.23%
G=32.39%
B=35.38%

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
Decimal2052062250.090.0800.122372584.31
HexCDCEE1980Ced1954
Octal315316341111001435531124
Binary110011011100111011100001100110000110011101101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEE1; }

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

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

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

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

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

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

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

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