#CDCEDE

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

Shades of Periwinkle #CDCEDE

Tints of Periwinkle #CDCEDE

Color information

#CDCEDE (or 0xCDCEDE) is unknown color: approx Periwinkle. HEX triplet: CD, CE and DE. RGB value is (205,206,222). Sum of RGB (Red+Green+Blue) = 205+206+222=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDE is #323121. Grayscale: #CFCFCF. Windows color (decimal): -3289378 or 14601933. OLE color: 14601933.

HSL color Cylindrical-coordinate representation of color #CDCEDE: hue angle of 236.47º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDCEDE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205206222-
CMYK0.080.0700.13
HSL236.47º20.48%83.73%-
HSV(B)236.47º7.66%87.06%-
XYZ60.4362.477.97-
YUV207.52136.17126.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=32.39%
G=32.54%
B=35.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052062220.080.0700.13236.4720.4883.73
HexCDCEDE870Dec1454
Octal31531633610701535424124
Binary11001101110011101101111010001110110111101100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEDE; }

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

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

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

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

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

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

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

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