#CFD0DC

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

Shades of Periwinkle #CFD0DC

Tints of Periwinkle #CFD0DC

Color information

#CFD0DC (or 0xCFD0DC) is unknown color: approx Periwinkle. HEX triplet: CF, D0 and DC. RGB value is (207,208,220). Sum of RGB (Red+Green+Blue) = 207+208+220=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0DC is #302F23. Grayscale: #D1D1D1. Windows color (decimal): -3157796 or 14471375. OLE color: 14471375.

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

Color convert

RGB207208220-
CMYK0.060.0500.14
HSL235.38º15.66%83.73%-
HSV(B)235.38º5.91%86.27%-
XYZ61.2163.5476.75-
YUV209.07134.17126.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=32.60%
G=32.76%
B=34.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072082200.060.0500.14235.3815.6683.73
HexCFD0DC650Eeb1054
Octal3173203346501635320124
Binary1100111111010000110111001101010111011101011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0DC; }

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

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

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

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

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

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

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

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