#CDCEDA

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

Shades of Periwinkle #CDCEDA

Tints of Periwinkle #CDCEDA

Color information

#CDCEDA (or 0xCDCEDA) is unknown color: approx Periwinkle. HEX triplet: CD, CE and DA. RGB value is (205,206,218). Sum of RGB (Red+Green+Blue) = 205+206+218=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDA is #323125. Grayscale: #CFCFCF. Windows color (decimal): -3289382 or 14339789. OLE color: 14339789.

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

Color convert

RGB205206218-
CMYK0.060.0600.15
HSL235.38º14.94%82.94%-
HSV(B)235.38º5.96%85.49%-
XYZ59.962.1875.18-
YUV207.07134.17126.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=32.59%
G=32.75%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052062180.060.0600.15235.3814.9482.94
HexCDCEDA660Febf53
Octal3153163326601735317123
Binary110011011100111011011010110110011111110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEDA; }

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

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

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

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

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

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

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

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