#CFD0DD

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

Shades of Periwinkle #CFD0DD

Tints of Periwinkle #CFD0DD

Color information

#CFD0DD (or 0xCFD0DD) is unknown color: approx Periwinkle. HEX triplet: CF, D0 and DD. RGB value is (207,208,221). Sum of RGB (Red+Green+Blue) = 207+208+221=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0DD is #302F22. Grayscale: #D1D1D1. Windows color (decimal): -3157795 or 14536911. OLE color: 14536911.

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

Color convert

RGB207208221-
CMYK0.060.0600.13
HSL235.71º17.07%83.92%-
HSV(B)235.71º6.33%86.67%-
XYZ61.3463.677.45-
YUV209.18134.67126.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 208 (81.64% from 255) = 32.70%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=32.55%
G=32.70%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072082210.060.0600.13235.7117.0783.92
HexCFD0DD660Dec1154
Octal3173203356601535421124
Binary1100111111010000110111011101100110111101100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0DD; }

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

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

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

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

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

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

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

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