#CFD0DF

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

Shades of Periwinkle #CFD0DF

Tints of Periwinkle #CFD0DF

Color information

#CFD0DF (or 0xCFD0DF) is unknown color: approx Periwinkle. HEX triplet: CF, D0 and DF. RGB value is (207,208,223). Sum of RGB (Red+Green+Blue) = 207+208+223=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0DF is #302F20. Grayscale: #D1D1D1. Windows color (decimal): -3157793 or 14667983. OLE color: 14667983.

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

Color convert

RGB207208223-
CMYK0.070.0700.13
HSL236.25º20%84.31%-
HSV(B)236.25º7.17%87.45%-
XYZ61.6163.778.86-
YUV209.41135.67126.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=32.45%
G=32.60%
B=34.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072082230.070.0700.13236.252084.31
HexCFD0DF770Dec1454
Octal3173203377701535424124
Binary1100111111010000110111111111110110111101100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0DF; }

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

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

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

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

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

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

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

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