#CFD2DF

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

Shades of Periwinkle #CFD2DF

Tints of Periwinkle #CFD2DF

Color information

#CFD2DF (or 0xCFD2DF) is unknown color: approx Periwinkle. HEX triplet: CF, D2 and DF. RGB value is (207,210,223). Sum of RGB (Red+Green+Blue) = 207+210+223=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2DF is #302D20. Grayscale: #D2D2D2. Windows color (decimal): -3157281 or 14668495. OLE color: 14668495.

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

Color convert

RGB207210223-
CMYK0.070.0600.13
HSL228.75º20%84.31%-
HSV(B)228.75º7.17%87.45%-
XYZ62.164.6979.02-
YUV210.58135.01125.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 210 (82.42% from 255) = 32.81%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=32.34%
G=32.81%
B=34.84%

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
Decimal2072102230.070.0600.13228.752084.31
HexCFD2DF760De51454
Octal3173223377601534524124
Binary1100111111010010110111111111100110111100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2DF; }

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

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

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

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

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

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

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

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