#CDCFDE

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

Shades of Periwinkle #CDCFDE

Tints of Periwinkle #CDCFDE

Color information

#CDCFDE (or 0xCDCFDE) is unknown color: approx Periwinkle. HEX triplet: CD, CF and DE. RGB value is (205,207,222). Sum of RGB (Red+Green+Blue) = 205+207+222=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFDE is #323021. Grayscale: #D0D0D0. Windows color (decimal): -3289122 or 14602189. OLE color: 14602189.

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

Color convert

RGB205207222-
CMYK0.080.0700.13
HSL232.94º20.48%83.73%-
HSV(B)232.94º7.66%87.06%-
XYZ60.6762.8878.05-
YUV208.11135.84125.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=32.33%
G=32.65%
B=35.02%

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
Decimal2052072220.080.0700.13232.9420.4883.73
HexCDCFDE870De91454
Octal31531733610701535124124
Binary11001101110011111101111010001110110111101001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFDE; }

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

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

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

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

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

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

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

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