#CDCFDD

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

Shades of Periwinkle #CDCFDD

Tints of Periwinkle #CDCFDD

Color information

#CDCFDD (or 0xCDCFDD) is unknown color: approx Periwinkle. HEX triplet: CD, CF and DD. RGB value is (205,207,221). Sum of RGB (Red+Green+Blue) = 205+207+221=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFDD is #323022. Grayscale: #CFCFCF. Windows color (decimal): -3289123 or 14536653. OLE color: 14536653.

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

Color convert

RGB205207221-
CMYK0.070.0600.13
HSL232.5º19.05%83.53%-
HSV(B)232.5º7.24%86.67%-
XYZ60.5462.8377.34-
YUV208135.34125.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=32.39%
G=32.70%
B=34.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052072210.070.0600.13232.519.0583.53
HexCDCFDD760De81354
Octal3153173357601535023124
Binary1100110111001111110111011111100110111101000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFDD; }

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

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

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

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

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

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

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

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