#CDCEDC

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

Shades of Periwinkle #CDCEDC

Tints of Periwinkle #CDCEDC

Color information

#CDCEDC (or 0xCDCEDC) is unknown color: approx Periwinkle. HEX triplet: CD, CE and DC. RGB value is (205,206,220). Sum of RGB (Red+Green+Blue) = 205+206+220=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDC is #323123. Grayscale: #CFCFCF. Windows color (decimal): -3289380 or 14470861. OLE color: 14470861.

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

Color convert

RGB205206220-
CMYK0.070.0600.14
HSL236º17.65%83.33%-
HSV(B)236º6.82%86.27%-
XYZ60.1762.2976.56-
YUV207.3135.17126.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=32.49%
G=32.65%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052062200.070.0600.1423617.6583.33
HexCDCEDC760Eec1253
Octal3153163347601635422123
Binary1100110111001110110111001111100111011101100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEDC; }

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

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

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

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

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

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

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

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